Html Css Color HEX #C4BA33 Old Gold

📋 copy color: '#C4BA33'

red 196 ◦ green 186 ◦ blue 51

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

Shades of Old Gold #C4BA33

Tints of Old Gold #C4BA33

RGB

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

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

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

R = 45.27%
G = 42.96%
B = 11.78%

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

#C4BA33 (or 0xC4BA33) is known color: Old Gold. HEX triplet: C4, BA and 33. RGB value is (196,186,51). Sum of RGB (Red+Green+Blue) = 196+186+51=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA33 is #3B45CC. Grayscale: #AEAEAE. Windows color (decimal): -3884493 or 3390148. OLE color: 3390148.

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

Color convert

RGB 196 186 51 -
CMYK 0 0.05 0.74 0.23
HSL 55.86º 0.59% 0.48% -
HSV(B) 55.86º 0.74% 0.77% -
XYZ 40.92 47.09 10.06 -
YUV 173.6 58.81 143.98 -
System Red Green Blue C M Y K H S L
Decimal 196 186 51 0 0.05 0.74 0.23 55.86 0.59 0.48
Hex C4 BA 33 0 5 4A 17 38 3B 30
Octal 304 272 63 0 5 112 27 70 73 60
Binary 11000100 10111010 110011 0 101 1001010 10111 111000 111011 110000

Color Harmonies of #C4BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA33

Black with #C4BA33

Text Example


Text Example

White with #C4BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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