#C3B328

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

Shades of Earls Green #C3B328

Tints of Earls Green #C3B328

Color information

#C3B328 (or 0xC3B328) is unknown color: approx Earls Green. HEX triplet: C3, B3 and 28. RGB value is (195,179,40). Sum of RGB (Red+Green+Blue) = 195+179+40=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B328 is #3C4CD7. Grayscale: #A8A8A8. Windows color (decimal): -3951832 or 2667459. OLE color: 2667459.

HSL color Cylindrical-coordinate representation of color #C3B328: hue angle of 53.81º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3B328 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB19517940-
CMYK00.080.790.24
HSL53.81º65.96%46.08%-
HSV(B)53.81º79.49%76.47%-
XYZ39.01448.44-
YUV167.9455.8147.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.10%
GREEN value IS 179 (70.31% from 255) = 43.24%
BLUE value IS 40 (16.02% from 255) = 9.66%
R=47.10%
G=43.24%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951794000.080.790.2453.8165.9646.08
HexC3B328084F1836422e
Octal30326350010117306610256
Binary1100001110110011101000010001001111110001101101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B328; }

 p { color: rgb(195,179,40); }

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

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

 a { background-color: rgb(195,179,40); }

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

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

 span { border-color: rgb(195,179,40); }

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