#8BBA06

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

Shades of Citrus #8BBA06

Tints of Citrus #8BBA06

Color information

#8BBA06 (or 0x8BBA06) is unknown color: approx Citrus. HEX triplet: 8B, BA and 06. RGB value is (139,186,6). Sum of RGB (Red+Green+Blue) = 139+186+6=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBA06 is #7445F9. Grayscale: #989898. Windows color (decimal): -7620090 or 440971. OLE color: 440971.

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

Color convert

RGB1391866-
CMYK0.2500.970.27
HSL75.67º93.75%37.65%-
HSV(B)75.67º96.77%72.94%-
XYZ28.2440.626.52-
YUV151.4345.93119.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 186 (73.05% from 255) = 56.19%
BLUE value IS 6 (2.73% from 255) = 1.81%
R=41.99%
G=56.19%
B=1.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13918660.2500.970.2775.6793.7537.65
Hex8BBA6190611B4c5e26
Octal21327263101413311413646
Binary100010111011101011011001011000011101110011001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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