Html Css Color HEX #C4BA36 Old Gold

📋 copy color: '#C4BA36'

red 196 ◦ green 186 ◦ blue 54

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

Shades of Old Gold #C4BA36

Tints of Old Gold #C4BA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.39%

R = 44.95%
G = 42.66%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C4BA36 (or 0xC4BA36) is known color: Old Gold. HEX triplet: C4, BA and 36. RGB value is (196,186,54). Sum of RGB (Red+Green+Blue) = 196+186+54=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA36 is #3B45C9. Grayscale: #AEAEAE. Windows color (decimal): -3884490 or 3586756. OLE color: 3586756.

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

Color convert

RGB 196 186 54 -
CMYK 0 0.05 0.72 0.23
HSL 55.77º 0.57% 0.49% -
HSV(B) 55.77º 0.72% 0.77% -
XYZ 40.99 47.12 10.42 -
YUV 173.94 60.31 143.73 -
System Red Green Blue C M Y K H S L
Decimal 196 186 54 0 0.05 0.72 0.23 55.77 0.57 0.49
Hex C4 BA 36 0 5 48 17 38 39 31
Octal 304 272 66 0 5 110 27 70 71 61
Binary 11000100 10111010 110110 0 101 1001000 10111 111000 111001 110001

Color Harmonies of #C4BA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA36

Black with #C4BA36

Text Example


Text Example

White with #C4BA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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