#8BB40E

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

Shades of Citrus #8BB40E

Tints of Citrus #8BB40E

Color information

#8BB40E (or 0x8BB40E) is unknown color: approx Citrus. HEX triplet: 8B, B4 and 0E. RGB value is (139,180,14). Sum of RGB (Red+Green+Blue) = 139+180+14=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB40E is #744BF1. Grayscale: #959595. Windows color (decimal): -7621618 or 963723. OLE color: 963723.

HSL color Cylindrical-coordinate representation of color #8BB40E: hue angle of 74.82º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BB40E is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB13918014-
CMYK0.2300.920.29
HSL74.82º85.57%38.04%-
HSV(B)74.82º92.22%70.59%-
XYZ27.0538.166.36-
YUV148.8251.92121-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 180 (70.70% from 255) = 54.05%
BLUE value IS 14 (5.86% from 255) = 4.20%
R=41.74%
G=54.05%
B=4.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139180140.2300.920.2974.8285.5738.04
Hex8BB4E1705C1D4b5626
Octal213264162701343511312646
Binary1000101110110100111010111010111001110110010111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,180,14); }

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

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

 a { background-color: rgb(139,180,14); }

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

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

 span { border-color: rgb(139,180,14); }

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