Html Css Color HEX #C5BC33 Old Gold

📋 copy color: '#C5BC33'

red 197 ◦ green 188 ◦ blue 51

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

Shades of Old Gold #C5BC33

Tints of Old Gold #C5BC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.12%

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

R = 45.18%
G = 43.12%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C5BC33 (or 0xC5BC33) is known color: Old Gold. HEX triplet: C5, BC and 33. RGB value is (197,188,51). Sum of RGB (Red+Green+Blue) = 197+188+51=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC33 is #3A43CC. Grayscale: #AFAFAF. Windows color (decimal): -3818445 or 3390661. OLE color: 3390661.

HSL color Cylindrical-coordinate representation of color #C5BC33: hue angle of 56.3º 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 #C5BC33 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 188 51 -
CMYK 0 0.05 0.74 0.23
HSL 56.3º 0.59% 0.49% -
HSV(B) 56.3º 0.74% 0.77% -
XYZ 41.61 48.08 10.22 -
YUV 175.07 57.98 143.64 -
System Red Green Blue C M Y K H S L
Decimal 197 188 51 0 0.05 0.74 0.23 56.3 0.59 0.49
Hex C5 BC 33 0 5 4A 17 38 3B 31
Octal 305 274 63 0 5 112 27 70 73 61
Binary 11000101 10111100 110011 0 101 1001010 10111 111000 111011 110001

Color Harmonies of #C5BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BC33

Black with #C5BC33

Text Example


Text Example

White with #C5BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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