#C4AE2B

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

Shades of Earls Green #C4AE2B

Tints of Earls Green #C4AE2B

Color information

#C4AE2B (or 0xC4AE2B) is unknown color: approx Earls Green. HEX triplet: C4, AE and 2B. RGB value is (196,174,43). Sum of RGB (Red+Green+Blue) = 196+174+43=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AE2B is #3B51D4. Grayscale: #A6A6A6. Windows color (decimal): -3887573 or 2862788. OLE color: 2862788.

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

Color convert

RGB19617443-
CMYK00.110.780.23
HSL51.37º64.02%46.86%-
HSV(B)51.37º78.06%76.86%-
XYZ38.3442.188.41-
YUV165.6458.79149.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.46%
GREEN value IS 174 (68.36% from 255) = 42.13%
BLUE value IS 43 (17.19% from 255) = 10.41%
R=47.46%
G=42.13%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961744300.110.780.2351.3764.0246.86
HexC4AE2B0B4E1733402f
Octal30425653013116276310057
Binary1100010010101110101011010111001110101111100111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE2B; }

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

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

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

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

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

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

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

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