Html Css Color HEX #93AF5B Chelsea Cucumber

📋 copy color: '#93AF5B'

red 147 ◦ green 175 ◦ blue 91

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

Shades of Chelsea Cucumber #93AF5B

Tints of Chelsea Cucumber #93AF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.03%

R = 35.59%
G = 42.37%
B = 22.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#93AF5B (or 0x93AF5B) is known color: Chelsea Cucumber. HEX triplet: 93, AF and 5B. RGB value is (147,175,91). Sum of RGB (Red+Green+Blue) = 147+175+91=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AF5B is #6C50A4. Grayscale: #9D9D9D. Windows color (decimal): -7098533 or 6008723. OLE color: 6008723.

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

Color convert

RGB 147 175 91 -
CMYK 0.16 0 0.48 0.31
HSL 80º 0.34% 0.52% -
HSV(B) 80º 0.48% 0.69% -
XYZ 29.25 37.62 15.62 -
YUV 157.05 90.72 120.83 -
System Red Green Blue C M Y K H S L
Decimal 147 175 91 0.16 0 0.48 0.31 80 0.34 0.52
Hex 93 AF 5B 10 0 30 1F 50 22 34
Octal 223 257 133 20 0 60 37 120 42 64
Binary 10010011 10101111 1011011 10000 0 110000 11111 1010000 100010 110100

Color Harmonies of #93AF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF5B

Black with #93AF5B

Text Example


Text Example

White with #93AF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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