#95B55F

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

Shades of Chelsea Cucumber #95B55F

Tints of Chelsea Cucumber #95B55F

Color information

#95B55F (or 0x95B55F) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B5 and 5F. RGB value is (149,181,95). Sum of RGB (Red+Green+Blue) = 149+181+95=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #95B55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B55F is #6A4AA0. Grayscale: #A1A1A1. Windows color (decimal): -6965921 or 6272405. OLE color: 6272405.

HSL color Cylindrical-coordinate representation of color #95B55F: hue angle of 82.33º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95B55F is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB14918195-
CMYK0.1800.480.29
HSL82.33º36.75%54.12%-
HSV(B)82.33º47.51%70.98%-
XYZ30.9840.2616.97-
YUV161.6390.4118.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 95 (37.5% from 255) = 22.35%
R=35.06%
G=42.59%
B=22.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149181950.1800.480.2982.3336.7554.12
Hex95B55F120301D522536
Octal22526513722060351224566
Binary10010101101101011011111100100110000111011010010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,95); }

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

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

 a { background-color: rgb(149,181,95); }

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

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

 span { border-color: rgb(149,181,95); }

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