#8BB152

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

Shades of Chelsea Cucumber #8BB152

Tints of Chelsea Cucumber #8BB152

Color information

#8BB152 (or 0x8BB152) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, B1 and 52. RGB value is (139,177,82). Sum of RGB (Red+Green+Blue) = 139+177+82=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB152 is #744EAD. Grayscale: #9B9B9B. Windows color (decimal): -7622318 or 5419403. OLE color: 5419403.

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

Color convert

RGB13917782-
CMYK0.2100.540.31
HSL84º37.85%50.78%-
HSV(B)84º53.67%69.41%-
XYZ27.8937.5413.76-
YUV154.8186.91116.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 177 (69.53% from 255) = 44.47%
BLUE value IS 82 (32.42% from 255) = 20.60%
R=34.92%
G=44.47%
B=20.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139177820.2100.540.318437.8550.78
Hex8BB152150361F542633
Octal21326112225066371244663
Binary10001011101100011010010101010110110111111010100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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