#8BB44B

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

Shades of Chelsea Cucumber #8BB44B

Tints of Chelsea Cucumber #8BB44B

Color information

#8BB44B (or 0x8BB44B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, B4 and 4B. RGB value is (139,180,75). Sum of RGB (Red+Green+Blue) = 139+180+75=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB44B is #744BB4. Grayscale: #9C9C9C. Windows color (decimal): -7621557 or 4961419. OLE color: 4961419.

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

Color convert

RGB13918075-
CMYK0.2300.580.29
HSL83.43º41.18%50%-
HSV(B)83.43º58.33%70.59%-
XYZ28.2438.6412.63-
YUV155.7782.42116.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.28%
GREEN value IS 180 (70.70% from 255) = 45.69%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=35.28%
G=45.69%
B=19.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139180750.2300.580.2983.4341.1850
Hex8BB44B1703A1D532932
Octal21326411327072351235162
Binary10001011101101001001011101110111010111011010011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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