#8BBA00

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

Shades of Citrus #8BBA00

Tints of Citrus #8BBA00

Color information

#8BBA00 (or 0x8BBA00) is unknown color: approx Citrus. HEX triplet: 8B, BA and 00. RGB value is (139,186,0). Sum of RGB (Red+Green+Blue) = 139+186+0=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBA00 is #7445FF. Grayscale: #979797. Windows color (decimal): -7620096 or 47755. OLE color: 47755.

HSL color Cylindrical-coordinate representation of color #8BBA00: hue angle of 75.16º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BBA00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1391860-
CMYK0.25010.27
HSL75.16º100%36.47%-
HSV(B)75.16º100%72.94%-
XYZ28.2140.616.35-
YUV150.7442.93119.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.77%
GREEN value IS 186 (73.05% from 255) = 57.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.77%
G=57.23%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13918600.25010.2775.1610036.47
Hex8BBA0190641B4b6424
Octal21327203101443311314444
Binary1000101110111010011001011001001101110010111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,186,0); }

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

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

 a { background-color: rgb(139,186,0); }

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

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

 span { border-color: rgb(139,186,0); }

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