Html Css Color HEX #93BD52 Chelsea Cucumber

📋 copy color: '#93BD52'

red 147 ◦ green 189 ◦ blue 82

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

Shades of Chelsea Cucumber #93BD52

Tints of Chelsea Cucumber #93BD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.62%

R = 35.17%
G = 45.22%
B = 19.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#93BD52 (or 0x93BD52) is known color: Chelsea Cucumber. HEX triplet: 93, BD and 52. RGB value is (147,189,82). Sum of RGB (Red+Green+Blue) = 147+189+82=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BD52 is #6C42AD. Grayscale: #A4A4A4. Windows color (decimal): -7094958 or 5422483. OLE color: 5422483.

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

Color convert

RGB 147 189 82 -
CMYK 0.22 0 0.57 0.26
HSL 83.55º 0.45% 0.53% -
HSV(B) 83.55º 0.57% 0.74% -
XYZ 31.75 43.21 14.65 -
YUV 164.24 81.59 115.7 -
System Red Green Blue C M Y K H S L
Decimal 147 189 82 0.22 0 0.57 0.26 83.55 0.45 0.53
Hex 93 BD 52 16 0 39 1A 54 2D 35
Octal 223 275 122 26 0 71 32 124 55 65
Binary 10010011 10111101 1010010 10110 0 111001 11010 1010100 101101 110101

Color Harmonies of #93BD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BD52

Black with #93BD52

Text Example


Text Example

White with #93BD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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