Html Css Color HEX #C5BA33 Old Gold

📋 copy color: '#C5BA33'

red 197 ◦ green 186 ◦ blue 51

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

Shades of Old Gold #C5BA33

Tints of Old Gold #C5BA33

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.86%

 BLUE value IS 51 (20.31% from 255) = 11.75%

R = 45.39%
G = 42.86%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C5BA33 (or 0xC5BA33) is known color: Old Gold. HEX triplet: C5, BA and 33. RGB value is (197,186,51). Sum of RGB (Red+Green+Blue) = 197+186+51=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 51 (20.31% from 255 or 11.75% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA33 is #3A45CC. Grayscale: #AEAEAE. Windows color (decimal): -3818957 or 3390149. OLE color: 3390149.

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

Color convert

RGB 197 186 51 -
CMYK 0 0.06 0.74 0.23
HSL 55.48º 0.59% 0.49% -
HSV(B) 55.48º 0.74% 0.77% -
XYZ 41.18 47.23 10.08 -
YUV 173.9 58.64 144.48 -
System Red Green Blue C M Y K H S L
Decimal 197 186 51 0 0.06 0.74 0.23 55.48 0.59 0.49
Hex C5 BA 33 0 6 4A 17 37 3B 31
Octal 305 272 63 0 6 112 27 67 73 61
Binary 11000101 10111010 110011 0 110 1001010 10111 110111 111011 110001

Color Harmonies of #C5BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA33

Black with #C5BA33

Text Example


Text Example

White with #C5BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA33; }

 p { color: rgb(197,186,51); }

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

background-color css

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

 a { background-color: rgb(197,186,51); }

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

border-color css

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

 span { border-color: rgb(197,186,51); }

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