#C3A923

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

Shades of Earls Green #C3A923

Tints of Earls Green #C3A923

Color information

#C3A923 (or 0xC3A923) is unknown color: approx Earls Green. HEX triplet: C3, A9 and 23. RGB value is (195,169,35). Sum of RGB (Red+Green+Blue) = 195+169+35=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 35 (14.06% from 255 or 8.77% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A923 is #3C56DC. Grayscale: #A2A2A2. Windows color (decimal): -3954397 or 2337219. OLE color: 2337219.

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

Color convert

RGB19516935-
CMYK00.130.820.24
HSL50.25º69.57%45.1%-
HSV(B)50.25º82.05%76.47%-
XYZ3740.17.38-
YUV161.556.61151.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 169 (66.41% from 255) = 42.36%
BLUE value IS 35 (14.06% from 255) = 8.77%
R=48.87%
G=42.36%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951693500.130.820.2450.2569.5745.1
HexC3A9230D521832462d
Octal30325143015122306210655
Binary1100001110101001100011011011010010110001100101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A923; }

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

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

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

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

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

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

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

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