Html Css Color HEX #95AE66 Chelsea Cucumber

📋 copy color: '#95AE66'

red 149 ◦ green 174 ◦ blue 102

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

Shades of Chelsea Cucumber #95AE66

Tints of Chelsea Cucumber #95AE66

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.94%

 BLUE value IS 102 (40.23% from 255) = 24%

R = 35.06%
G = 40.94%
B = 24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#95AE66 (or 0x95AE66) is known color: Chelsea Cucumber. HEX triplet: 95, AE and 66. RGB value is (149,174,102). Sum of RGB (Red+Green+Blue) = 149+174+102=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #95AE66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AE66 is #6A5199. Grayscale: #9E9E9E. Windows color (decimal): -6967706 or 6729365. OLE color: 6729365.

HSL color Cylindrical-coordinate representation of color #95AE66: hue angle of 80.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95AE66 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 174 102 -
CMYK 0.14 0 0.41 0.32
HSL 80.83º 0.31% 0.54% -
HSV(B) 80.83º 0.41% 0.68% -
XYZ 29.93 37.62 18.25 -
YUV 158.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 149 174 102 0.14 0 0.41 0.32 80.83 0.31 0.54
Hex 95 AE 66 E 0 29 20 51 1F 36
Octal 225 256 146 16 0 51 40 121 37 66
Binary 10010101 10101110 1100110 1110 0 101001 100000 1010001 11111 110110

Color Harmonies of #95AE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AE66

Black with #95AE66

Text Example


Text Example

White with #95AE66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,174,102); }

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

background-color css

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

 a { background-color: rgb(149,174,102); }

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

border-color css

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

 span { border-color: rgb(149,174,102); }

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