Html Css Color HEX #95AB50 Chelsea Cucumber

📋 copy color: '#95AB50'

red 149 ◦ green 171 ◦ blue 80

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

Shades of Chelsea Cucumber #95AB50

Tints of Chelsea Cucumber #95AB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.75%

 BLUE value IS 80 (31.64% from 255) = 20%

R = 37.25%
G = 42.75%
B = 20%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#95AB50 (or 0x95AB50) is known color: Chelsea Cucumber. HEX triplet: 95, AB and 50. RGB value is (149,171,80). Sum of RGB (Red+Green+Blue) = 149+171+80=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AB50 is #6A54AF. Grayscale: #9A9A9A. Windows color (decimal): -6968496 or 5286805. OLE color: 5286805.

HSL color Cylindrical-coordinate representation of color #95AB50: hue angle of 74.51º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95AB50 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 171 80 -
CMYK 0.13 0 0.53 0.33
HSL 74.51º 0.36% 0.49% -
HSV(B) 74.51º 0.53% 0.67% -
XYZ 28.41 36.09 13.06 -
YUV 154.05 86.21 124.4 -
System Red Green Blue C M Y K H S L
Decimal 149 171 80 0.13 0 0.53 0.33 74.51 0.36 0.49
Hex 95 AB 50 D 0 35 21 4B 24 31
Octal 225 253 120 15 0 65 41 113 44 61
Binary 10010101 10101011 1010000 1101 0 110101 100001 1001011 100100 110001

Color Harmonies of #95AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AB50

Black with #95AB50

Text Example


Text Example

White with #95AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,171,80); }

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

background-color css

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

 a { background-color: rgb(149,171,80); }

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

border-color css

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

 span { border-color: rgb(149,171,80); }

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