#8BB108

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

Shades of Citrus #8BB108

Tints of Citrus #8BB108

Color information

#8BB108 (or 0x8BB108) is unknown color: approx Citrus. HEX triplet: 8B, B1 and 08. RGB value is (139,177,8). Sum of RGB (Red+Green+Blue) = 139+177+8=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 177 (69.53% from 255 or 54.63% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BB108 is #744EF7. Grayscale: #939393. Windows color (decimal): -7622392 or 569739. OLE color: 569739.

HSL color Cylindrical-coordinate representation of color #8BB108: hue angle of 73.49º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8BB108 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1391778-
CMYK0.2100.950.31
HSL73.49º91.35%36.27%-
HSV(B)73.49º95.48%69.41%-
XYZ26.4136.955.97-
YUV146.3749.91122.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.90%
GREEN value IS 177 (69.53% from 255) = 54.63%
BLUE value IS 8 (3.52% from 255) = 2.47%
R=42.90%
G=54.63%
B=2.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13917780.2100.950.3173.4991.3536.27
Hex8BB181505F1F495b24
Octal213261102501373711113344
Binary1000101110110001100010101010111111111110010011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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