Html Css Color HEX #C0B836 Old Gold

📋 copy color: '#C0B836'

red 192 ◦ green 184 ◦ blue 54

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

Shades of Old Gold #C0B836

Tints of Old Gold #C0B836

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.79%

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

R = 44.65%
G = 42.79%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C0B836 (or 0xC0B836) is known color: Old Gold. HEX triplet: C0, B8 and 36. RGB value is (192,184,54). Sum of RGB (Red+Green+Blue) = 192+184+54=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 54 (21.48% from 255 or 12.56% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B836 is #3F47C9. Grayscale: #ACACAC. Windows color (decimal): -4147146 or 3586240. OLE color: 3586240.

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

Color convert

RGB 192 184 54 -
CMYK 0 0.04 0.72 0.25
HSL 56.52º 0.56% 0.48% -
HSV(B) 56.52º 0.72% 0.75% -
XYZ 39.54 45.75 10.24 -
YUV 171.57 61.65 142.57 -
System Red Green Blue C M Y K H S L
Decimal 192 184 54 0 0.04 0.72 0.25 56.52 0.56 0.48
Hex C0 B8 36 0 4 48 19 39 38 30
Octal 300 270 66 0 4 110 31 71 70 60
Binary 11000000 10111000 110110 0 100 1001000 11001 111001 111000 110000

Color Harmonies of #C0B836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B836

Black with #C0B836

Text Example


Text Example

White with #C0B836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B836; }

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

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

background-color css

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

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

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

border-color css

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

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

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