#95B75B

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

Shades of Chelsea Cucumber #95B75B

Tints of Chelsea Cucumber #95B75B

Color information

#95B75B (or 0x95B75B) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B7 and 5B. RGB value is (149,183,91). Sum of RGB (Red+Green+Blue) = 149+183+91=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 183 - color contains mainly: green. Hex color #95B75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B75B is #6A48A4. Grayscale: #A2A2A2. Windows color (decimal): -6965413 or 6010773. OLE color: 6010773.

HSL color Cylindrical-coordinate representation of color #95B75B: hue angle of 82.17º 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 #95B75B is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB14918391-
CMYK0.1900.500.28
HSL82.17º38.98%53.73%-
HSV(B)82.17º50.27%71.76%-
XYZ31.2241.0116.17-
YUV162.3587.74118.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 183 (71.88% from 255) = 43.26%
BLUE value IS 91 (35.94% from 255) = 21.51%
R=35.22%
G=43.26%
B=21.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal149183910.1900.500.2882.1738.9853.73
Hex95B75B130321C522736
Octal22526713323062341224766
Binary10010101101101111011011100110110010111001010010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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