#8BB462

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

Shades of Chelsea Cucumber #8BB462

Tints of Chelsea Cucumber #8BB462

Color information

#8BB462 (or 0x8BB462) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, B4 and 62. RGB value is (139,180,98). Sum of RGB (Red+Green+Blue) = 139+180+98=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB462 is #744B9D. Grayscale: #9E9E9E. Windows color (decimal): -7621534 or 6468747. OLE color: 6468747.

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

Color convert

RGB13918098-
CMYK0.2300.460.29
HSL90º35.34%54.51%-
HSV(B)90º45.56%70.59%-
XYZ29.1739.0117.55-
YUV158.3993.92114.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.33%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 98 (38.67% from 255) = 23.50%
R=33.33%
G=43.17%
B=23.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139180980.2300.460.299035.3454.51
Hex8BB4621702E1D5a2337
Octal21326414227056351324367
Binary10001011101101001100010101110101110111011011010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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