Html Css Color HEX #C4BB32 Old Gold

📋 copy color: '#C4BB32'

red 196 ◦ green 187 ◦ blue 50

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

Shades of Old Gold #C4BB32

Tints of Old Gold #C4BB32

RGB

 RED value IS 196 (76.95% from 255) = 45.27%

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

 BLUE value IS 50 (19.92% from 255) = 11.55%

R = 45.27%
G = 43.19%
B = 11.55%

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

#C4BB32 (or 0xC4BB32) is known color: Old Gold. HEX triplet: C4, BB and 32. RGB value is (196,187,50). Sum of RGB (Red+Green+Blue) = 196+187+50=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BB32 is #3B44CD. Grayscale: #AEAEAE. Windows color (decimal): -3884238 or 3324868. OLE color: 3324868.

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

Color convert

RGB 196 187 50 -
CMYK 0 0.05 0.74 0.23
HSL 56.3º 0.59% 0.48% -
HSV(B) 56.3º 0.74% 0.77% -
XYZ 41.11 47.51 10.02 -
YUV 174.07 57.98 143.64 -
System Red Green Blue C M Y K H S L
Decimal 196 187 50 0 0.05 0.74 0.23 56.3 0.59 0.48
Hex C4 BB 32 0 5 4A 17 38 3B 30
Octal 304 273 62 0 5 112 27 70 73 60
Binary 11000100 10111011 110010 0 101 1001010 10111 111000 111011 110000

Color Harmonies of #C4BB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BB32

Black with #C4BB32

Text Example


Text Example

White with #C4BB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BB32; }

 p { color: rgb(196,187,50); }

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

background-color css

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

 a { background-color: rgb(196,187,50); }

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

border-color css

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

 span { border-color: rgb(196,187,50); }

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