Html Css Color HEX #C0BF39 Old Gold

📋 copy color: '#C0BF39'

red 192 ◦ green 191 ◦ blue 57

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

Shades of Old Gold #C0BF39

Tints of Old Gold #C0BF39

RGB

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

 GREEN value IS 191 (75% from 255) = 43.41%

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

R = 43.64%
G = 43.41%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0BF39 (or 0xC0BF39) is known color: Old Gold. HEX triplet: C0, BF and 39. RGB value is (192,191,57). Sum of RGB (Red+Green+Blue) = 192+191+57=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF39 is #3F40C6. Grayscale: #B0B0B0. Windows color (decimal): -4145351 or 3784640. OLE color: 3784640.

HSL color Cylindrical-coordinate representation of color #C0BF39: hue angle of 59.56º 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 #C0BF39 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 57 -
CMYK 0 0.01 0.70 0.25
HSL 59.56º 0.54% 0.49% -
HSV(B) 59.56º 0.7% 0.75% -
XYZ 41.11 48.76 11.12 -
YUV 176.02 60.83 139.4 -
System Red Green Blue C M Y K H S L
Decimal 192 191 57 0 0.01 0.70 0.25 59.56 0.54 0.49
Hex C0 BF 39 0 1 46 19 3C 36 31
Octal 300 277 71 0 1 106 31 74 66 61
Binary 11000000 10111111 111001 0 1 1000110 11001 111100 110110 110001

Color Harmonies of #C0BF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF39

Black with #C0BF39

Text Example


Text Example

White with #C0BF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF39; }

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

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

background-color css

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

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

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

border-color css

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

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

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