Html Css Color HEX #95B164 Chelsea Cucumber

📋 copy color: '#95B164'

red 149 ◦ green 177 ◦ blue 100

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

Shades of Chelsea Cucumber #95B164

Tints of Chelsea Cucumber #95B164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.47%

R = 34.98%
G = 41.55%
B = 23.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#95B164 (or 0x95B164) is known color: Chelsea Cucumber. HEX triplet: 95, B1 and 64. RGB value is (149,177,100). Sum of RGB (Red+Green+Blue) = 149+177+100=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #95B164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95B164 is #6A4E9B. Grayscale: #A0A0A0. Windows color (decimal): -6966940 or 6599061. OLE color: 6599061.

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

Color convert

RGB 149 177 100 -
CMYK 0.16 0 0.44 0.31
HSL 81.82º 0.33% 0.54% -
HSV(B) 81.82º 0.44% 0.69% -
XYZ 30.42 38.75 17.93 -
YUV 159.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 149 177 100 0.16 0 0.44 0.31 81.82 0.33 0.54
Hex 95 B1 64 10 0 2C 1F 52 21 36
Octal 225 261 144 20 0 54 37 122 41 66
Binary 10010101 10110001 1100100 10000 0 101100 11111 1010010 100001 110110

Color Harmonies of #95B164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B164

Black with #95B164

Text Example


Text Example

White with #95B164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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