Html Css Color HEX #93A95E Chelsea Cucumber

📋 copy color: '#93A95E'

red 147 ◦ green 169 ◦ blue 94

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

Shades of Chelsea Cucumber #93A95E

Tints of Chelsea Cucumber #93A95E

RGB

 RED value IS 147 (57.81% from 255) = 35.85%

 GREEN value IS 169 (66.41% from 255) = 41.22%

 BLUE value IS 94 (37.11% from 255) = 22.93%

R = 35.85%
G = 41.22%
B = 22.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#93A95E (or 0x93A95E) is known color: Chelsea Cucumber. HEX triplet: 93, A9 and 5E. RGB value is (147,169,94). Sum of RGB (Red+Green+Blue) = 147+169+94=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 169 - color contains mainly: green. Hex color #93A95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A95E is #6C56A1. Grayscale: #9A9A9A. Windows color (decimal): -7100066 or 6203795. OLE color: 6203795.

HSL color Cylindrical-coordinate representation of color #93A95E: hue angle of 77.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93A95E is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 147 169 94 -
CMYK 0.13 0 0.44 0.34
HSL 77.6º 0.3% 0.52% -
HSV(B) 77.6º 0.44% 0.66% -
XYZ 28.24 35.39 15.93 -
YUV 153.87 94.21 123.1 -
System Red Green Blue C M Y K H S L
Decimal 147 169 94 0.13 0 0.44 0.34 77.6 0.3 0.52
Hex 93 A9 5E D 0 2C 22 4E 1E 34
Octal 223 251 136 15 0 54 42 116 36 64
Binary 10010011 10101001 1011110 1101 0 101100 100010 1001110 11110 110100

Color Harmonies of #93A95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A95E

Black with #93A95E

Text Example


Text Example

White with #93A95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93A95E; }

 p { color: rgb(147,169,94); }

 H1.HeaderClassName
 {
   color: #93A95E;
 }
 .AnyTagClassName
 {
   color: #93A95E;
 }
</style>

background-color css

<style>
 a { background-color: #93A95E; }

 a { background-color: rgb(147,169,94); }

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

border-color css

<style>
 span { border-color: #93A95E; }

 span { border-color: rgb(147,169,94); }

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