Html Css Color HEX #C0BE39 Old Gold

📋 copy color: '#C0BE39'

red 192 ◦ green 190 ◦ blue 57

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

Shades of Old Gold #C0BE39

Tints of Old Gold #C0BE39

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.28%

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

R = 43.74%
G = 43.28%
B = 12.98%

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

#C0BE39 (or 0xC0BE39) is known color: Old Gold. HEX triplet: C0, BE and 39. RGB value is (192,190,57). Sum of RGB (Red+Green+Blue) = 192+190+57=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 57 (22.66% from 255 or 12.98% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE39 is #3F41C6. Grayscale: #AFAFAF. Windows color (decimal): -4145607 or 3784384. OLE color: 3784384.

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

Color convert

RGB 192 190 57 -
CMYK 0 0.01 0.70 0.25
HSL 59.11º 0.54% 0.49% -
HSV(B) 59.11º 0.7% 0.75% -
XYZ 40.89 48.33 11.04 -
YUV 175.44 61.16 139.81 -
System Red Green Blue C M Y K H S L
Decimal 192 190 57 0 0.01 0.70 0.25 59.11 0.54 0.49
Hex C0 BE 39 0 1 46 19 3B 36 31
Octal 300 276 71 0 1 106 31 73 66 61
Binary 11000000 10111110 111001 0 1 1000110 11001 111011 110110 110001

Color Harmonies of #C0BE39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE39

Black with #C0BE39

Text Example


Text Example

White with #C0BE39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE39; }

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

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

background-color css

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

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

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

border-color css

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

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

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