Html Css Color HEX #C4BF39 Old Gold

📋 copy color: '#C4BF39'

red 196 ◦ green 191 ◦ blue 57

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

Shades of Old Gold #C4BF39

Tints of Old Gold #C4BF39

RGB

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

 GREEN value IS 191 (75% from 255) = 43.02%

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

R = 44.14%
G = 43.02%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C4BF39 (or 0xC4BF39) is known color: Old Gold. HEX triplet: C4, BF and 39. RGB value is (196,191,57). Sum of RGB (Red+Green+Blue) = 196+191+57=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 57 (22.66% from 255 or 12.84% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BF39 is #3B40C6. Grayscale: #B1B1B1. Windows color (decimal): -3883207 or 3784644. OLE color: 3784644.

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

Color convert

RGB 196 191 57 -
CMYK 0 0.03 0.71 0.23
HSL 57.84º 0.55% 0.5% -
HSV(B) 57.84º 0.71% 0.77% -
XYZ 42.13 49.29 11.16 -
YUV 177.22 60.16 141.4 -
System Red Green Blue C M Y K H S L
Decimal 196 191 57 0 0.03 0.71 0.23 57.84 0.55 0.5
Hex C4 BF 39 0 3 47 17 3A 37 32
Octal 304 277 71 0 3 107 27 72 67 62
Binary 11000100 10111111 111001 0 11 1000111 10111 111010 110111 110010

Color Harmonies of #C4BF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BF39

Black with #C4BF39

Text Example


Text Example

White with #C4BF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BF39; }

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

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

background-color css

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

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

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

border-color css

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

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

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