#8BA808

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

Shades of Citrus #8BA808

Tints of Citrus #8BA808

Color information

#8BA808 (or 0x8BA808) is unknown color: approx Citrus. HEX triplet: 8B, A8 and 08. RGB value is (139,168,8). Sum of RGB (Red+Green+Blue) = 139+168+8=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 168 (66.02% from 255 or 53.33% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA808 is #7457F7. Grayscale: #8D8D8D. Windows color (decimal): -7624696 or 567435. OLE color: 567435.

HSL color Cylindrical-coordinate representation of color #8BA808: hue angle of 70.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8BA808 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB1391688-
CMYK0.1700.950.34
HSL70.88º90.91%34.51%-
HSV(B)70.88º95.24%65.88%-
XYZ24.6933.515.4-
YUV141.0952.89126.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 168 (66.02% from 255) = 53.33%
BLUE value IS 8 (3.52% from 255) = 2.54%
R=44.13%
G=53.33%
B=2.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal13916880.1700.950.3470.8890.9134.51
Hex8BA881105F22475b23
Octal213250102101374210713343
Binary10001011101010001000100010101111110001010001111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,168,8); }

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

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

 a { background-color: rgb(139,168,8); }

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

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

 span { border-color: rgb(139,168,8); }

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