Html Css Color HEX #C0BB36 Old Gold

📋 copy color: '#C0BB36'

red 192 ◦ green 187 ◦ blue 54

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

Shades of Old Gold #C0BB36

Tints of Old Gold #C0BB36

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.19%

 BLUE value IS 54 (21.48% from 255) = 12.47%

R = 44.34%
G = 43.19%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C0BB36 (or 0xC0BB36) is known color: Old Gold. HEX triplet: C0, BB and 36. RGB value is (192,187,54). Sum of RGB (Red+Green+Blue) = 192+187+54=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB36 is #3F44C9. Grayscale: #ADADAD. Windows color (decimal): -4146378 or 3587008. OLE color: 3587008.

HSL color Cylindrical-coordinate representation of color #C0BB36: hue angle of 57.83º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0BB36 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 187 54 -
CMYK 0 0.03 0.72 0.25
HSL 57.83º 0.56% 0.48% -
HSV(B) 57.83º 0.72% 0.75% -
XYZ 40.17 47.01 10.45 -
YUV 173.33 60.66 141.31 -
System Red Green Blue C M Y K H S L
Decimal 192 187 54 0 0.03 0.72 0.25 57.83 0.56 0.48
Hex C0 BB 36 0 3 48 19 3A 38 30
Octal 300 273 66 0 3 110 31 72 70 60
Binary 11000000 10111011 110110 0 11 1001000 11001 111010 111000 110000

Color Harmonies of #C0BB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB36

Black with #C0BB36

Text Example


Text Example

White with #C0BB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB36; }

 p { color: rgb(192,187,54); }

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

background-color css

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

 a { background-color: rgb(192,187,54); }

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

border-color css

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

 span { border-color: rgb(192,187,54); }

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