Html Css Color HEX #95B155 Chelsea Cucumber

📋 copy color: '#95B155'

red 149 ◦ green 177 ◦ blue 85

#95B155
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #95B155

Tints of Chelsea Cucumber #95B155

RGB

 RED value IS 149 (58.59% from 255) = 36.25%

 GREEN value IS 177 (69.53% from 255) = 43.07%

 BLUE value IS 85 (33.59% from 255) = 20.68%

R = 36.25%
G = 43.07%
B = 20.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#95B155 (or 0x95B155) is known color: Chelsea Cucumber. HEX triplet: 95, B1 and 55. RGB value is (149,177,85). Sum of RGB (Red+Green+Blue) = 149+177+85=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #95B155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95B155 is #6A4EAA. Grayscale: #9E9E9E. Windows color (decimal): -6966955 or 5616021. OLE color: 5616021.

HSL color Cylindrical-coordinate representation of color #95B155: hue angle of 78.26º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95B155 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 177 85 -
CMYK 0.16 0 0.52 0.31
HSL 78.26º 0.37% 0.51% -
HSV(B) 78.26º 0.52% 0.69% -
XYZ 29.76 38.49 14.46 -
YUV 158.14 86.72 121.48 -
System Red Green Blue C M Y K H S L
Decimal 149 177 85 0.16 0 0.52 0.31 78.26 0.37 0.51
Hex 95 B1 55 10 0 34 1F 4E 25 33
Octal 225 261 125 20 0 64 37 116 45 63
Binary 10010101 10110001 1010101 10000 0 110100 11111 1001110 100101 110011

Color Harmonies of #95B155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B155

Black with #95B155

Text Example


Text Example

White with #95B155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,177,85); }

 H1.HeaderClassName
 {
   color: #95B155;
 }
 .AnyTagClassName
 {
   color: #95B155;
 }
</style>

background-color css

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

 a { background-color: rgb(149,177,85); }

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

border-color css

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

 span { border-color: rgb(149,177,85); }

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