Html Css Color HEX #C5BB45 Old Gold

📋 copy color: '#C5BB45'

red 197 ◦ green 187 ◦ blue 69

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

Shades of Old Gold #C5BB45

Tints of Old Gold #C5BB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.23%

R = 43.49%
G = 41.28%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C5BB45 (or 0xC5BB45) is known color: Old Gold. HEX triplet: C5, BB and 45. RGB value is (197,187,69). Sum of RGB (Red+Green+Blue) = 197+187+69=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BB45 is #3A44BA. Grayscale: #B1B1B1. Windows color (decimal): -3818683 or 4570053. OLE color: 4570053.

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

Color convert

RGB 197 187 69 -
CMYK 0 0.05 0.65 0.23
HSL 55.31º 0.52% 0.52% -
HSV(B) 55.31º 0.65% 0.77% -
XYZ 41.87 47.84 12.66 -
YUV 176.54 67.31 142.59 -
System Red Green Blue C M Y K H S L
Decimal 197 187 69 0 0.05 0.65 0.23 55.31 0.52 0.52
Hex C5 BB 45 0 5 41 17 37 34 34
Octal 305 273 105 0 5 101 27 67 64 64
Binary 11000101 10111011 1000101 0 101 1000001 10111 110111 110100 110100

Color Harmonies of #C5BB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BB45

Black with #C5BB45

Text Example


Text Example

White with #C5BB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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