Html Css Color HEX #93AB64 Chelsea Cucumber

📋 copy color: '#93AB64'

red 147 ◦ green 171 ◦ blue 100

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

Shades of Chelsea Cucumber #93AB64

Tints of Chelsea Cucumber #93AB64

RGB

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

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

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

R = 35.17%
G = 40.91%
B = 23.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#93AB64 (or 0x93AB64) is known color: Chelsea Cucumber. HEX triplet: 93, AB and 64. RGB value is (147,171,100). Sum of RGB (Red+Green+Blue) = 147+171+100=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AB64 is #6C549B. Grayscale: #9B9B9B. Windows color (decimal): -7099548 or 6597523. OLE color: 6597523.

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

Color convert

RGB 147 171 100 -
CMYK 0.14 0 0.42 0.33
HSL 80.28º 0.3% 0.53% -
HSV(B) 80.28º 0.42% 0.67% -
XYZ 28.9 36.25 17.53 -
YUV 155.73 96.55 121.77 -
System Red Green Blue C M Y K H S L
Decimal 147 171 100 0.14 0 0.42 0.33 80.28 0.3 0.53
Hex 93 AB 64 E 0 2A 21 50 1E 35
Octal 223 253 144 16 0 52 41 120 36 65
Binary 10010011 10101011 1100100 1110 0 101010 100001 1010000 11110 110101

Color Harmonies of #93AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AB64

Black with #93AB64

Text Example


Text Example

White with #93AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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