Html Css Color HEX #C0BC39 Old Gold

📋 copy color: '#C0BC39'

red 192 ◦ green 188 ◦ blue 57

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

Shades of Old Gold #C0BC39

Tints of Old Gold #C0BC39

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.02%

 BLUE value IS 57 (22.66% from 255) = 13.04%

R = 43.94%
G = 43.02%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0BC39 (or 0xC0BC39) is known color: Old Gold. HEX triplet: C0, BC and 39. RGB value is (192,188,57). Sum of RGB (Red+Green+Blue) = 192+188+57=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 57 (22.66% from 255 or 13.04% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC39 is #3F43C6. Grayscale: #AEAEAE. Windows color (decimal): -4146119 or 3783872. OLE color: 3783872.

HSL color Cylindrical-coordinate representation of color #C0BC39: hue angle of 58.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0BC39 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 188 57 -
CMYK 0 0.02 0.70 0.25
HSL 58.22º 0.54% 0.49% -
HSV(B) 58.22º 0.7% 0.75% -
XYZ 40.46 47.47 10.9 -
YUV 174.26 61.83 140.65 -
System Red Green Blue C M Y K H S L
Decimal 192 188 57 0 0.02 0.70 0.25 58.22 0.54 0.49
Hex C0 BC 39 0 2 46 19 3A 36 31
Octal 300 274 71 0 2 106 31 72 66 61
Binary 11000000 10111100 111001 0 10 1000110 11001 111010 110110 110001

Color Harmonies of #C0BC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC39

Black with #C0BC39

Text Example


Text Example

White with #C0BC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC39; }

 p { color: rgb(192,188,57); }

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

background-color css

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

 a { background-color: rgb(192,188,57); }

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

border-color css

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

 span { border-color: rgb(192,188,57); }

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