#C3A92B

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

Shades of Earls Green #C3A92B

Tints of Earls Green #C3A92B

Color information

#C3A92B (or 0xC3A92B) is unknown color: approx Earls Green. HEX triplet: C3, A9 and 2B. RGB value is (195,169,43). Sum of RGB (Red+Green+Blue) = 195+169+43=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A92B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A92B is #3C56D4. Grayscale: #A2A2A2. Windows color (decimal): -3954389 or 2861507. OLE color: 2861507.

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

Color convert

RGB19516943-
CMYK00.130.780.24
HSL49.74º63.87%46.67%-
HSV(B)49.74º77.95%76.47%-
XYZ37.1340.158.08-
YUV162.4160.61151.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.91%
GREEN value IS 169 (66.41% from 255) = 41.52%
BLUE value IS 43 (17.19% from 255) = 10.57%
R=47.91%
G=41.52%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951694300.130.780.2449.7463.8746.67
HexC3A92B0D4E1832402f
Octal30325153015116306210057
Binary1100001110101001101011011011001110110001100101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A92B; }

 p { color: rgb(195,169,43); }

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

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

 a { background-color: rgb(195,169,43); }

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

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

 span { border-color: rgb(195,169,43); }

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