Html Css Color HEX #93AB50 Chelsea Cucumber

📋 copy color: '#93AB50'

red 147 ◦ green 171 ◦ blue 80

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

Shades of Chelsea Cucumber #93AB50

Tints of Chelsea Cucumber #93AB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.96%

 BLUE value IS 80 (31.64% from 255) = 20.1%

R = 36.93%
G = 42.96%
B = 20.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#93AB50 (or 0x93AB50) is known color: Chelsea Cucumber. HEX triplet: 93, AB and 50. RGB value is (147,171,80). Sum of RGB (Red+Green+Blue) = 147+171+80=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AB50 is #6C54AF. Grayscale: #999999. Windows color (decimal): -7099568 or 5286803. OLE color: 5286803.

HSL color Cylindrical-coordinate representation of color #93AB50: hue angle of 75.82º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #93AB50 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 171 80 -
CMYK 0.14 0 0.53 0.33
HSL 75.82º 0.36% 0.49% -
HSV(B) 75.82º 0.53% 0.67% -
XYZ 28.04 35.91 13.04 -
YUV 153.45 86.55 123.4 -
System Red Green Blue C M Y K H S L
Decimal 147 171 80 0.14 0 0.53 0.33 75.82 0.36 0.49
Hex 93 AB 50 E 0 35 21 4C 24 31
Octal 223 253 120 16 0 65 41 114 44 61
Binary 10010011 10101011 1010000 1110 0 110101 100001 1001100 100100 110001

Color Harmonies of #93AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AB50

Black with #93AB50

Text Example


Text Example

White with #93AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,171,80); }

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

background-color css

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

 a { background-color: rgb(147,171,80); }

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

border-color css

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

 span { border-color: rgb(147,171,80); }

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