Html Css Color HEX #C5BB37 Old Gold

📋 copy color: '#C5BB37'

red 197 ◦ green 187 ◦ blue 55

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

Shades of Old Gold #C5BB37

Tints of Old Gold #C5BB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.53%

R = 44.87%
G = 42.6%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5BB37 (or 0xC5BB37) is known color: Old Gold. HEX triplet: C5, BB and 37. RGB value is (197,187,55). Sum of RGB (Red+Green+Blue) = 197+187+55=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BB37 is #3A44C8. Grayscale: #AFAFAF. Windows color (decimal): -3818697 or 3652549. OLE color: 3652549.

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

Color convert

RGB 197 187 55 -
CMYK 0 0.05 0.72 0.23
HSL 55.77º 0.56% 0.49% -
HSV(B) 55.77º 0.72% 0.77% -
XYZ 41.49 47.69 10.63 -
YUV 174.94 60.31 143.73 -
System Red Green Blue C M Y K H S L
Decimal 197 187 55 0 0.05 0.72 0.23 55.77 0.56 0.49
Hex C5 BB 37 0 5 48 17 38 38 31
Octal 305 273 67 0 5 110 27 70 70 61
Binary 11000101 10111011 110111 0 101 1001000 10111 111000 111000 110001

Color Harmonies of #C5BB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BB37

Black with #C5BB37

Text Example


Text Example

White with #C5BB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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