#C1B228

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

Shades of Earls Green #C1B228

Tints of Earls Green #C1B228

Color information

#C1B228 (or 0xC1B228) is unknown color: approx Earls Green. HEX triplet: C1, B2 and 28. RGB value is (193,178,40). Sum of RGB (Red+Green+Blue) = 193+178+40=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B228 is #3E4DD7. Grayscale: #A7A7A7. Windows color (decimal): -4083160 or 2667201. OLE color: 2667201.

HSL color Cylindrical-coordinate representation of color #C1B228: hue angle of 54.12º 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 #C1B228 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB19317840-
CMYK00.080.790.24
HSL54.12º65.67%45.69%-
HSV(B)54.12º79.27%75.69%-
XYZ38.343.338.35-
YUV166.7556.47146.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 178 (69.92% from 255) = 43.31%
BLUE value IS 40 (16.02% from 255) = 9.73%
R=46.96%
G=43.31%
B=9.73%

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
Decimal1931784000.080.790.2454.1265.6745.69
HexC1B228084F1836422e
Octal30126250010117306610256
Binary1100000110110010101000010001001111110001101101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B228; }

 p { color: rgb(193,178,40); }

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

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

 a { background-color: rgb(193,178,40); }

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

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

 span { border-color: rgb(193,178,40); }

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