#8BBF11

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

Shades of Citrus #8BBF11

Tints of Citrus #8BBF11

Color information

#8BBF11 (or 0x8BBF11) is unknown color: approx Citrus. HEX triplet: 8B, BF and 11. RGB value is (139,191,17). Sum of RGB (Red+Green+Blue) = 139+191+17=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBF11 is #7440EE. Grayscale: #9C9C9C. Windows color (decimal): -7618799 or 1163147. OLE color: 1163147.

HSL color Cylindrical-coordinate representation of color #8BBF11: hue angle of 77.93º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8BBF11 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB13919117-
CMYK0.2700.910.25
HSL77.93º83.65%40.78%-
HSV(B)77.93º91.1%74.9%-
XYZ29.3842.797.24-
YUV155.6249.77116.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.06%
GREEN value IS 191 (75% from 255) = 55.04%
BLUE value IS 17 (7.03% from 255) = 4.90%
R=40.06%
G=55.04%
B=4.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139191170.2700.910.2577.9383.6540.78
Hex8BBF111B05B194e5429
Octal213277213301333111612451
Binary10001011101111111000111011010110111100110011101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,191,17); }

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

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

 a { background-color: rgb(139,191,17); }

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

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

 span { border-color: rgb(139,191,17); }

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