#8BAC0A

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

Shades of Citrus #8BAC0A

Tints of Citrus #8BAC0A

Color information

#8BAC0A (or 0x8BAC0A) is unknown color: approx Citrus. HEX triplet: 8B, AC and 0A. RGB value is (139,172,10). Sum of RGB (Red+Green+Blue) = 139+172+10=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAC0A is #7453F5. Grayscale: #909090. Windows color (decimal): -7623670 or 699531. OLE color: 699531.

HSL color Cylindrical-coordinate representation of color #8BAC0A: hue angle of 72.22º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8BAC0A is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB13917210-
CMYK0.1900.940.33
HSL72.22º89.01%35.69%-
HSV(B)72.22º94.19%67.45%-
XYZ25.4535.025.7-
YUV143.6652.57124.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.30%
GREEN value IS 172 (67.58% from 255) = 53.58%
BLUE value IS 10 (4.30% from 255) = 3.12%
R=43.30%
G=53.58%
B=3.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139172100.1900.940.3372.2289.0135.69
Hex8BACA1305E21485924
Octal213254122301364111013144
Binary10001011101011001010100110101111010000110010001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,172,10); }

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

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

 a { background-color: rgb(139,172,10); }

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

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

 span { border-color: rgb(139,172,10); }

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