#8BB75C

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

Shades of Chelsea Cucumber #8BB75C

Tints of Chelsea Cucumber #8BB75C

Color information

#8BB75C (or 0x8BB75C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, B7 and 5C. RGB value is (139,183,92). Sum of RGB (Red+Green+Blue) = 139+183+92=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 183 - color contains mainly: green. Hex color #8BB75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB75C is #7448A3. Grayscale: #9F9F9F. Windows color (decimal): -7620772 or 6076299. OLE color: 6076299.

HSL color Cylindrical-coordinate representation of color #8BB75C: hue angle of 89.01º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BB75C is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB13918392-
CMYK0.2400.500.28
HSL89.01º38.72%53.92%-
HSV(B)89.01º49.73%71.76%-
XYZ29.5140.1316.32-
YUV159.4789.92113.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 183 (71.88% from 255) = 44.20%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=33.57%
G=44.20%
B=22.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal139183920.2400.500.2889.0138.7253.92
Hex8BB75C180321C592736
Octal21326713430062341314766
Binary10001011101101111011100110000110010111001011001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,183,92); }

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

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

 a { background-color: rgb(139,183,92); }

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

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

 span { border-color: rgb(139,183,92); }

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