Html Css Color HEX #93A850 Chelsea Cucumber

📋 copy color: '#93A850'

red 147 ◦ green 168 ◦ blue 80

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

Shades of Chelsea Cucumber #93A850

Tints of Chelsea Cucumber #93A850

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

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

R = 37.22%
G = 42.53%
B = 20.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#93A850 (or 0x93A850) is known color: Chelsea Cucumber. HEX triplet: 93, A8 and 50. RGB value is (147,168,80). Sum of RGB (Red+Green+Blue) = 147+168+80=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 168 - color contains mainly: green. Hex color #93A850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A850 is #6C57AF. Grayscale: #989898. Windows color (decimal): -7100336 or 5286035. OLE color: 5286035.

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

Color convert

RGB 147 168 80 -
CMYK 0.13 0 0.52 0.34
HSL 74.32º 0.35% 0.49% -
HSV(B) 74.32º 0.52% 0.66% -
XYZ 27.48 34.79 12.86 -
YUV 151.69 87.54 124.66 -
System Red Green Blue C M Y K H S L
Decimal 147 168 80 0.13 0 0.52 0.34 74.32 0.35 0.49
Hex 93 A8 50 D 0 34 22 4A 23 31
Octal 223 250 120 15 0 64 42 112 43 61
Binary 10010011 10101000 1010000 1101 0 110100 100010 1001010 100011 110001

Color Harmonies of #93A850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A850

Black with #93A850

Text Example


Text Example

White with #93A850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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