#C4AC2B

Color #C4AC2B Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #C4AC2B

Tints of Earls Green #C4AC2B

Color information

#C4AC2B (or 0xC4AC2B) is unknown color: approx Earls Green. HEX triplet: C4, AC and 2B. RGB value is (196,172,43). Sum of RGB (Red+Green+Blue) = 196+172+43=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AC2B is #3B53D4. Grayscale: #A5A5A5. Windows color (decimal): -3888085 or 2862276. OLE color: 2862276.

HSL color Cylindrical-coordinate representation of color #C4AC2B: hue angle of 50.59º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4AC2B is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB19617243-
CMYK00.120.780.23
HSL50.59º64.02%46.86%-
HSV(B)50.59º78.06%76.86%-
XYZ37.9541.428.28-
YUV164.4759.45150.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.69%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 43 (17.19% from 255) = 10.46%
R=47.69%
G=41.85%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961724300.120.780.2350.5964.0246.86
HexC4AC2B0C4E1733402f
Octal30425453014116276310057
Binary1100010010101100101011011001001110101111100111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC2B; }

 p { color: rgb(196,172,43); }

 H1.HeaderClassName
 {
   color: #C4AC2B;
 }
 .AnyTagClassName
 {
   color: #C4AC2B;
 }
</style>
background-color css

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

 a { background-color: rgb(196,172,43); }

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

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

 span { border-color: rgb(196,172,43); }

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