Html Css Color HEX #C0BD36 Old Gold

📋 copy color: '#C0BD36'

red 192 ◦ green 189 ◦ blue 54

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

Shades of Old Gold #C0BD36

Tints of Old Gold #C0BD36

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.45%

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

R = 44.14%
G = 43.45%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C0BD36 (or 0xC0BD36) is known color: Old Gold. HEX triplet: C0, BD and 36. RGB value is (192,189,54). Sum of RGB (Red+Green+Blue) = 192+189+54=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD36 is #3F42C9. Grayscale: #AFAFAF. Windows color (decimal): -4145866 or 3587520. OLE color: 3587520.

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

Color convert

RGB 192 189 54 -
CMYK 0 0.02 0.72 0.25
HSL 58.7º 0.56% 0.48% -
HSV(B) 58.7º 0.72% 0.75% -
XYZ 40.6 47.87 10.59 -
YUV 174.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 192 189 54 0 0.02 0.72 0.25 58.7 0.56 0.48
Hex C0 BD 36 0 2 48 19 3B 38 30
Octal 300 275 66 0 2 110 31 73 70 60
Binary 11000000 10111101 110110 0 10 1001000 11001 111011 111000 110000

Color Harmonies of #C0BD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD36

Black with #C0BD36

Text Example


Text Example

White with #C0BD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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