Html Css Color HEX #C4BA39 Old Gold

📋 copy color: '#C4BA39'

red 196 ◦ green 186 ◦ blue 57

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

Shades of Old Gold #C4BA39

Tints of Old Gold #C4BA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.98%

R = 44.65%
G = 42.37%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C4BA39 (or 0xC4BA39) is known color: Old Gold. HEX triplet: C4, BA and 39. RGB value is (196,186,57). Sum of RGB (Red+Green+Blue) = 196+186+57=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 57 (22.66% from 255 or 12.98% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA39 is #3B45C6. Grayscale: #AEAEAE. Windows color (decimal): -3884487 or 3783364. OLE color: 3783364.

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

Color convert

RGB 196 186 57 -
CMYK 0 0.05 0.71 0.23
HSL 55.68º 0.55% 0.5% -
HSV(B) 55.68º 0.71% 0.77% -
XYZ 41.06 47.15 10.81 -
YUV 174.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 196 186 57 0 0.05 0.71 0.23 55.68 0.55 0.5
Hex C4 BA 39 0 5 47 17 38 37 32
Octal 304 272 71 0 5 107 27 70 67 62
Binary 11000100 10111010 111001 0 101 1000111 10111 111000 110111 110010

Color Harmonies of #C4BA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA39

Black with #C4BA39

Text Example


Text Example

White with #C4BA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA39; }

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

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

background-color css

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

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

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

border-color css

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

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

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