Html Css Color HEX #95AD56 Chelsea Cucumber

📋 copy color: '#95AD56'

red 149 ◦ green 173 ◦ blue 86

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

Shades of Chelsea Cucumber #95AD56

Tints of Chelsea Cucumber #95AD56

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.4%

 BLUE value IS 86 (33.98% from 255) = 21.08%

R = 36.52%
G = 42.4%
B = 21.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#95AD56 (or 0x95AD56) is known color: Chelsea Cucumber. HEX triplet: 95, AD and 56. RGB value is (149,173,86). Sum of RGB (Red+Green+Blue) = 149+173+86=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD56 is #6A52A9. Grayscale: #9C9C9C. Windows color (decimal): -6967978 or 5680533. OLE color: 5680533.

HSL color Cylindrical-coordinate representation of color #95AD56: hue angle of 76.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95AD56 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 173 86 -
CMYK 0.14 0 0.50 0.32
HSL 76.55º 0.35% 0.51% -
HSV(B) 76.55º 0.5% 0.68% -
XYZ 29.02 36.95 14.41 -
YUV 155.91 88.55 123.07 -
System Red Green Blue C M Y K H S L
Decimal 149 173 86 0.14 0 0.50 0.32 76.55 0.35 0.51
Hex 95 AD 56 E 0 32 20 4D 23 33
Octal 225 255 126 16 0 62 40 115 43 63
Binary 10010101 10101101 1010110 1110 0 110010 100000 1001101 100011 110011

Color Harmonies of #95AD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD56

Black with #95AD56

Text Example


Text Example

White with #95AD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,173,86); }

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

background-color css

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

 a { background-color: rgb(149,173,86); }

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

border-color css

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

 span { border-color: rgb(149,173,86); }

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