#8BA218

Color #8BA218 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #8BA218

Tints of Citron #8BA218

Color information

#8BA218 (or 0x8BA218) is unknown color: approx Citron. HEX triplet: 8B, A2 and 18. RGB value is (139,162,24). Sum of RGB (Red+Green+Blue) = 139+162+24=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA218 is #745DE7. Grayscale: #8B8B8B. Windows color (decimal): -7626216 or 1614475. OLE color: 1614475.

HSL color Cylindrical-coordinate representation of color #8BA218: hue angle of 70º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8BA218 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB13916224-
CMYK0.1400.850.36
HSL70º74.19%36.47%-
HSV(B)70º85.19%63.53%-
XYZ23.7331.45.67-
YUV139.3962.88127.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.77%
GREEN value IS 162 (63.67% from 255) = 49.85%
BLUE value IS 24 (9.77% from 255) = 7.38%
R=42.77%
G=49.85%
B=7.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139162240.1400.850.367074.1936.47
Hex8BA218E05524464a24
Octal213242301601254410611244
Binary10001011101000101100011100101010110010010001101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BA218; }

 p { color: rgb(139,162,24); }

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

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

 a { background-color: rgb(139,162,24); }

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

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

 span { border-color: rgb(139,162,24); }

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