#C1AF30

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

Shades of Earls Green #C1AF30

Tints of Earls Green #C1AF30

Color information

#C1AF30 (or 0xC1AF30) is unknown color: approx Earls Green. HEX triplet: C1, AF and 30. RGB value is (193,175,48). Sum of RGB (Red+Green+Blue) = 193+175+48=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF30 is #3E50CF. Grayscale: #A6A6A6. Windows color (decimal): -4083920 or 3190721. OLE color: 3190721.

HSL color Cylindrical-coordinate representation of color #C1AF30: hue angle of 52.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1AF30 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB19317548-
CMYK00.090.750.24
HSL52.55º60.17%47.25%-
HSV(B)52.55º75.13%75.69%-
XYZ37.8642.218.95-
YUV165.961.46147.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.39%
GREEN value IS 175 (68.75% from 255) = 42.07%
BLUE value IS 48 (19.14% from 255) = 11.54%
R=46.39%
G=42.07%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931754800.090.750.2452.5560.1747.25
HexC1AF30094B18353c2f
Octal3012576001111330657457
Binary110000011010111111000001001100101111000110101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF30; }

 p { color: rgb(193,175,48); }

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

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

 a { background-color: rgb(193,175,48); }

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

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

 span { border-color: rgb(193,175,48); }

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