Html Css Color HEX #C2B836 Old Gold

📋 copy color: '#C2B836'

red 194 ◦ green 184 ◦ blue 54

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

Shades of Old Gold #C2B836

Tints of Old Gold #C2B836

RGB

 RED value IS 194 (76.17% from 255) = 44.91%

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

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

R = 44.91%
G = 42.59%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2B836 (or 0xC2B836) is known color: Old Gold. HEX triplet: C2, B8 and 36. RGB value is (194,184,54). Sum of RGB (Red+Green+Blue) = 194+184+54=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 54 (21.48% from 255 or 12.5% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B836 is #3D47C9. Grayscale: #ACACAC. Windows color (decimal): -4016074 or 3586242. OLE color: 3586242.

HSL color Cylindrical-coordinate representation of color #C2B836: hue angle of 55.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2B836 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 184 54 -
CMYK 0 0.05 0.72 0.24
HSL 55.71º 0.56% 0.49% -
HSV(B) 55.71º 0.72% 0.76% -
XYZ 40.05 46.02 10.26 -
YUV 172.17 61.31 143.57 -
System Red Green Blue C M Y K H S L
Decimal 194 184 54 0 0.05 0.72 0.24 55.71 0.56 0.49
Hex C2 B8 36 0 5 48 18 38 38 31
Octal 302 270 66 0 5 110 30 70 70 61
Binary 11000010 10111000 110110 0 101 1001000 11000 111000 111000 110001

Color Harmonies of #C2B836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B836

Black with #C2B836

Text Example


Text Example

White with #C2B836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B836; }

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

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

background-color css

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

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

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

border-color css

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

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

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