#8BBE48

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

Shades of Chelsea Cucumber #8BBE48

Tints of Chelsea Cucumber #8BBE48

Color information

#8BBE48 (or 0x8BBE48) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, BE and 48. RGB value is (139,190,72). Sum of RGB (Red+Green+Blue) = 139+190+72=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBE48 is #7441B7. Grayscale: #A1A1A1. Windows color (decimal): -7619000 or 4767371. OLE color: 4767371.

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

Color convert

RGB13919072-
CMYK0.2700.620.25
HSL85.93º47.58%51.37%-
HSV(B)85.93º62.11%74.51%-
XYZ30.2342.7812.8-
YUV161.377.6112.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 190 (74.61% from 255) = 47.38%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=34.66%
G=47.38%
B=17.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139190720.2700.620.2585.9347.5851.37
Hex8BBE481B03E19563033
Octal21327611033076311266063
Binary10001011101111101001000110110111110110011010110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,190,72); }

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

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

 a { background-color: rgb(139,190,72); }

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

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

 span { border-color: rgb(139,190,72); }

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