Html Css Color HEX #93AF5D Chelsea Cucumber

📋 copy color: '#93AF5D'

red 147 ◦ green 175 ◦ blue 93

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

Shades of Chelsea Cucumber #93AF5D

Tints of Chelsea Cucumber #93AF5D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.17%

 BLUE value IS 93 (36.72% from 255) = 22.41%

R = 35.42%
G = 42.17%
B = 22.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#93AF5D (or 0x93AF5D) is known color: Chelsea Cucumber. HEX triplet: 93, AF and 5D. RGB value is (147,175,93). Sum of RGB (Red+Green+Blue) = 147+175+93=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AF5D is #6C50A2. Grayscale: #9D9D9D. Windows color (decimal): -7098531 or 6139795. OLE color: 6139795.

HSL color Cylindrical-coordinate representation of color #93AF5D: hue angle of 80.49º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93AF5D is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 175 93 -
CMYK 0.16 0 0.47 0.31
HSL 80.49º 0.34% 0.53% -
HSV(B) 80.49º 0.47% 0.69% -
XYZ 29.34 37.65 16.08 -
YUV 157.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 147 175 93 0.16 0 0.47 0.31 80.49 0.34 0.53
Hex 93 AF 5D 10 0 2F 1F 50 22 35
Octal 223 257 135 20 0 57 37 120 42 65
Binary 10010011 10101111 1011101 10000 0 101111 11111 1010000 100010 110101

Color Harmonies of #93AF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF5D

Black with #93AF5D

Text Example


Text Example

White with #93AF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,175,93); }

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

background-color css

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

 a { background-color: rgb(147,175,93); }

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

border-color css

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

 span { border-color: rgb(147,175,93); }

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