#c3b426

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

Shades of Earls Green #C3B426

Tints of Earls Green #C3B426

Color information

#C3B426 (or 0xC3B426) is unknown color: approx Earls Green. HEX triplet: C3, B4 and 26. RGB value is (195,180,38). Sum of RGB (Red+Green+Blue) = 195+180+38=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B426 is #3C4BD9. Grayscale: #A8A8A8. Windows color (decimal): -3951578 or 2536643. OLE color: 2536643.

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

Color convert

RGB19518038-
CMYK00.080.810.24
HSL54.27º67.38%45.69%-
HSV(B)54.27º80.51%76.47%-
XYZ39.1844.388.34-
YUV168.354.47147.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.22%
GREEN value IS 180 (70.70% from 255) = 43.58%
BLUE value IS 38 (15.23% from 255) = 9.20%
R=47.22%
G=43.58%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951803800.080.810.2454.2767.3845.69
HexC3B42608511836432e
Octal30326446010121306610356
Binary1100001110110100100110010001010001110001101101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3b426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3b426; }

 p { color: rgb(195,180,38); }

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

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

 a { background-color: rgb(195,180,38); }

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

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

 span { border-color: rgb(195,180,38); }

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