#95B35F

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

Shades of Chelsea Cucumber #95B35F

Tints of Chelsea Cucumber #95B35F

Color information

#95B35F (or 0x95B35F) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, B3 and 5F. RGB value is (149,179,95). Sum of RGB (Red+Green+Blue) = 149+179+95=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #95B35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B35F is #6A4CA0. Grayscale: #A0A0A0. Windows color (decimal): -6966433 or 6271893. OLE color: 6271893.

HSL color Cylindrical-coordinate representation of color #95B35F: hue angle of 81.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95B35F is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB14917995-
CMYK0.1700.470.30
HSL81.43º35.59%53.73%-
HSV(B)81.43º46.93%70.2%-
XYZ30.5839.4616.83-
YUV160.4591.06119.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 179 (70.31% from 255) = 42.32%
BLUE value IS 95 (37.5% from 255) = 22.46%
R=35.22%
G=42.32%
B=22.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal149179950.1700.470.3081.4335.5953.73
Hex95B35F1102F1E512436
Octal22526313721057361214466
Binary10010101101100111011111100010101111111101010001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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