Html Css Color HEX #93BA5E Chelsea Cucumber

📋 copy color: '#93BA5E'

red 147 ◦ green 186 ◦ blue 94

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

Shades of Chelsea Cucumber #93BA5E

Tints of Chelsea Cucumber #93BA5E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.56%

 BLUE value IS 94 (37.11% from 255) = 22.01%

R = 34.43%
G = 43.56%
B = 22.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#93BA5E (or 0x93BA5E) is known color: Chelsea Cucumber. HEX triplet: 93, BA and 5E. RGB value is (147,186,94). Sum of RGB (Red+Green+Blue) = 147+186+94=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BA5E is #6C45A1. Grayscale: #A4A4A4. Windows color (decimal): -7095714 or 6208147. OLE color: 6208147.

HSL color Cylindrical-coordinate representation of color #93BA5E: hue angle of 85.43º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93BA5E is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 186 94 -
CMYK 0.21 0 0.49 0.27
HSL 85.43º 0.4% 0.55% -
HSV(B) 85.43º 0.49% 0.73% -
XYZ 31.61 42.13 17.06 -
YUV 163.85 88.58 115.98 -
System Red Green Blue C M Y K H S L
Decimal 147 186 94 0.21 0 0.49 0.27 85.43 0.4 0.55
Hex 93 BA 5E 15 0 31 1B 55 28 37
Octal 223 272 136 25 0 61 33 125 50 67
Binary 10010011 10111010 1011110 10101 0 110001 11011 1010101 101000 110111

Color Harmonies of #93BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BA5E

Black with #93BA5E

Text Example


Text Example

White with #93BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,186,94); }

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

background-color css

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

 a { background-color: rgb(147,186,94); }

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

border-color css

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

 span { border-color: rgb(147,186,94); }

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