#8BB95A

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

Shades of Chelsea Cucumber #8BB95A

Tints of Chelsea Cucumber #8BB95A

Color information

#8BB95A (or 0x8BB95A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, B9 and 5A. RGB value is (139,185,90). Sum of RGB (Red+Green+Blue) = 139+185+90=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB95A is #7446A5. Grayscale: #A0A0A0. Windows color (decimal): -7620262 or 5945739. OLE color: 5945739.

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

Color convert

RGB13918590-
CMYK0.2500.510.27
HSL89.05º40.43%53.92%-
HSV(B)89.05º51.35%72.55%-
XYZ29.8440.9316-
YUV160.4288.26112.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 185 (72.66% from 255) = 44.69%
BLUE value IS 90 (35.55% from 255) = 21.74%
R=33.57%
G=44.69%
B=21.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139185900.2500.510.2789.0540.4353.92
Hex8BB95A190331B592836
Octal21327113231063331315066
Binary10001011101110011011010110010110011110111011001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,185,90); }

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

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

 a { background-color: rgb(139,185,90); }

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

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

 span { border-color: rgb(139,185,90); }

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