Html Css Color HEX #C5BB36 Old Gold

📋 copy color: '#C5BB36'

red 197 ◦ green 187 ◦ blue 54

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

Shades of Old Gold #C5BB36

Tints of Old Gold #C5BB36

RGB

 RED value IS 197 (77.34% from 255) = 44.98%

 GREEN value IS 187 (73.44% from 255) = 42.69%

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

R = 44.98%
G = 42.69%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C5BB36 (or 0xC5BB36) is known color: Old Gold. HEX triplet: C5, BB and 36. RGB value is (197,187,54). Sum of RGB (Red+Green+Blue) = 197+187+54=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BB36 is #3A44C9. Grayscale: #AFAFAF. Windows color (decimal): -3818698 or 3587013. OLE color: 3587013.

HSL color Cylindrical-coordinate representation of color #C5BB36: hue angle of 55.8º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5BB36 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 187 54 -
CMYK 0 0.05 0.73 0.23
HSL 55.8º 0.57% 0.49% -
HSV(B) 55.8º 0.73% 0.77% -
XYZ 41.46 47.68 10.51 -
YUV 174.83 59.81 143.81 -
System Red Green Blue C M Y K H S L
Decimal 197 187 54 0 0.05 0.73 0.23 55.8 0.57 0.49
Hex C5 BB 36 0 5 49 17 38 39 31
Octal 305 273 66 0 5 111 27 70 71 61
Binary 11000101 10111011 110110 0 101 1001001 10111 111000 111001 110001

Color Harmonies of #C5BB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BB36

Black with #C5BB36

Text Example


Text Example

White with #C5BB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BB36; }

 p { color: rgb(197,187,54); }

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

background-color css

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

 a { background-color: rgb(197,187,54); }

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

border-color css

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

 span { border-color: rgb(197,187,54); }

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