#95B85B

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

Shades of Chelsea Cucumber #95B85B

Tints of Chelsea Cucumber #95B85B

Color information

#95B85B (or 0x95B85B) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B8 and 5B. RGB value is (149,184,91). Sum of RGB (Red+Green+Blue) = 149+184+91=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 184 - color contains mainly: green. Hex color #95B85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B85B is #6A47A4. Grayscale: #A3A3A3. Windows color (decimal): -6965157 or 6011029. OLE color: 6011029.

HSL color Cylindrical-coordinate representation of color #95B85B: hue angle of 82.58º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95B85B is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB14918491-
CMYK0.1900.510.28
HSL82.58º39.57%53.92%-
HSV(B)82.58º50.54%72.16%-
XYZ31.4241.4316.24-
YUV162.9387.4118.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 184 (72.27% from 255) = 43.40%
BLUE value IS 91 (35.94% from 255) = 21.46%
R=35.14%
G=43.40%
B=21.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal149184910.1900.510.2882.5839.5753.92
Hex95B85B130331C532836
Octal22527013323063341235066
Binary10010101101110001011011100110110011111001010011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95B85B; }

 p { color: rgb(149,184,91); }

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

<style>
 a { background-color: #95B85B; }

 a { background-color: rgb(149,184,91); }

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

<style>
 span { border-color: #95B85B; }

 span { border-color: rgb(149,184,91); }

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