#95BD5B

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

Shades of Chelsea Cucumber #95BD5B

Tints of Chelsea Cucumber #95BD5B

Color information

#95BD5B (or 0x95BD5B) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, BD and 5B. RGB value is (149,189,91). Sum of RGB (Red+Green+Blue) = 149+189+91=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BD5B is #6A42A4. Grayscale: #A6A6A6. Windows color (decimal): -6963877 or 6012309. OLE color: 6012309.

HSL color Cylindrical-coordinate representation of color #95BD5B: hue angle of 84.49º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95BD5B is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB14918991-
CMYK0.2100.520.26
HSL84.49º42.61%54.9%-
HSV(B)84.49º51.85%74.12%-
XYZ32.4843.5416.59-
YUV165.8785.75115.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 189 (74.22% from 255) = 44.06%
BLUE value IS 91 (35.94% from 255) = 21.21%
R=34.73%
G=44.06%
B=21.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149189910.2100.520.2684.4942.6154.9
Hex95BD5B150341A542b37
Octal22527513325064321245367
Binary10010101101111011011011101010110100110101010100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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