Html Css Color HEX #C0B25B Gimblet

📋 copy color: '#C0B25B'

red 192 ◦ green 178 ◦ blue 91

#C0B25B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gimblet #C0B25B

Tints of Gimblet #C0B25B

RGB

 RED value IS 192 (75.39% from 255) = 41.65%

 GREEN value IS 178 (69.92% from 255) = 38.61%

 BLUE value IS 91 (35.94% from 255) = 19.74%

R = 41.65%
G = 38.61%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C0B25B (or 0xC0B25B) is known color: Gimblet. HEX triplet: C0, B2 and 5B. RGB value is (192,178,91). Sum of RGB (Red+Green+Blue) = 192+178+91=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B25B is #3F4DA4. Grayscale: #ACACAC. Windows color (decimal): -4148645 or 6009536. OLE color: 6009536.

HSL color Cylindrical-coordinate representation of color #C0B25B: hue angle of 51.68º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0B25B is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 178 91 -
CMYK 0 0.07 0.53 0.25
HSL 51.68º 0.44% 0.55% -
HSV(B) 51.68º 0.53% 0.75% -
XYZ 39.55 43.8 16.27 -
YUV 172.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 192 178 91 0 0.07 0.53 0.25 51.68 0.44 0.55
Hex C0 B2 5B 0 7 35 19 34 2C 37
Octal 300 262 133 0 7 65 31 64 54 67
Binary 11000000 10110010 1011011 0 111 110101 11001 110100 101100 110111

Color Harmonies of #C0B25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B25B

Black with #C0B25B

Text Example


Text Example

White with #C0B25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B25B; }

 p { color: rgb(192,178,91); }

 H1.HeaderClassName
 {
   color: #C0B25B;
 }
 .AnyTagClassName
 {
   color: #C0B25B;
 }
</style>

background-color css

<style>
 a { background-color: #C0B25B; }

 a { background-color: rgb(192,178,91); }

 div.DivClassName
 {
   background-color: #C0B25B;
 }
 .BgClassName
 {
   background-color: #C0B25B;
 }
</style>

border-color css

<style>
 span { border-color: #C0B25B; }

 span { border-color: rgb(192,178,91); }

 td.TdClassName
 {
   border-color: #C0B25B;
 }
 .TagClassName
 {
   border-color: #C0B25B;
 }
</style>