Html Css Color HEX #93B75D Chelsea Cucumber

📋 copy color: '#93B75D'

red 147 ◦ green 183 ◦ blue 93

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

Shades of Chelsea Cucumber #93B75D

Tints of Chelsea Cucumber #93B75D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.26%

 BLUE value IS 93 (36.72% from 255) = 21.99%

R = 34.75%
G = 43.26%
B = 21.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#93B75D (or 0x93B75D) is known color: Chelsea Cucumber. HEX triplet: 93, B7 and 5D. RGB value is (147,183,93). Sum of RGB (Red+Green+Blue) = 147+183+93=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 183 - color contains mainly: green. Hex color #93B75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B75D is #6C48A2. Grayscale: #A2A2A2. Windows color (decimal): -7096483 or 6141843. OLE color: 6141843.

HSL color Cylindrical-coordinate representation of color #93B75D: hue angle of 84º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93B75D is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 147 183 93 -
CMYK 0.20 0 0.49 0.28
HSL 84º 0.38% 0.54% -
HSV(B) 84º 0.49% 0.72% -
XYZ 30.94 40.86 16.61 -
YUV 161.98 89.07 117.32 -
System Red Green Blue C M Y K H S L
Decimal 147 183 93 0.20 0 0.49 0.28 84 0.38 0.54
Hex 93 B7 5D 14 0 31 1C 54 26 36
Octal 223 267 135 24 0 61 34 124 46 66
Binary 10010011 10110111 1011101 10100 0 110001 11100 1010100 100110 110110

Color Harmonies of #93B75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B75D

Black with #93B75D

Text Example


Text Example

White with #93B75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,183,93); }

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

background-color css

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

 a { background-color: rgb(147,183,93); }

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

border-color css

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

 span { border-color: rgb(147,183,93); }

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