Html Css Color HEX #93BD50 Chelsea Cucumber

📋 copy color: '#93BD50'

red 147 ◦ green 189 ◦ blue 80

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

Shades of Chelsea Cucumber #93BD50

Tints of Chelsea Cucumber #93BD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.43%

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

R = 35.34%
G = 45.43%
B = 19.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#93BD50 (or 0x93BD50) is known color: Chelsea Cucumber. HEX triplet: 93, BD and 50. RGB value is (147,189,80). Sum of RGB (Red+Green+Blue) = 147+189+80=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BD50 is #6C42AF. Grayscale: #A4A4A4. Windows color (decimal): -7094960 or 5291411. OLE color: 5291411.

HSL color Cylindrical-coordinate representation of color #93BD50: hue angle of 83.12º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93BD50 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 189 80 -
CMYK 0.22 0 0.58 0.26
HSL 83.12º 0.45% 0.53% -
HSV(B) 83.12º 0.58% 0.74% -
XYZ 31.68 43.18 14.25 -
YUV 164.02 80.59 115.86 -
System Red Green Blue C M Y K H S L
Decimal 147 189 80 0.22 0 0.58 0.26 83.12 0.45 0.53
Hex 93 BD 50 16 0 3A 1A 53 2D 35
Octal 223 275 120 26 0 72 32 123 55 65
Binary 10010011 10111101 1010000 10110 0 111010 11010 1010011 101101 110101

Color Harmonies of #93BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BD50

Black with #93BD50

Text Example


Text Example

White with #93BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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