#8BA215

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

Shades of Citron #8BA215

Tints of Citron #8BA215

Color information

#8BA215 (or 0x8BA215) is unknown color: approx Citron. HEX triplet: 8B, A2 and 15. RGB value is (139,162,21). Sum of RGB (Red+Green+Blue) = 139+162+21=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA215 is #745DEA. Grayscale: #8B8B8B. Windows color (decimal): -7626219 or 1417867. OLE color: 1417867.

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

Color convert

RGB13916221-
CMYK0.1400.870.36
HSL69.79º77.05%35.88%-
HSV(B)69.79º87.04%63.53%-
XYZ23.731.385.52-
YUV139.0561.38127.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 162 (63.67% from 255) = 50.31%
BLUE value IS 21 (8.59% from 255) = 6.52%
R=43.17%
G=50.31%
B=6.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139162210.1400.870.3669.7977.0535.88
Hex8BA215E05724464d24
Octal213242251601274410611544
Binary10001011101000101010111100101011110010010001101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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