Html Css Color HEX #93C252 Chelsea Cucumber

📋 copy color: '#93C252'

red 147 ◦ green 194 ◦ blue 82

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

Shades of Chelsea Cucumber #93C252

Tints of Chelsea Cucumber #93C252

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.86%

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

R = 34.75%
G = 45.86%
B = 19.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#93C252 (or 0x93C252) is known color: Chelsea Cucumber. HEX triplet: 93, C2 and 52. RGB value is (147,194,82). Sum of RGB (Red+Green+Blue) = 147+194+82=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #93C252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C252 is #6C3DAD. Grayscale: #A7A7A7. Windows color (decimal): -7093678 or 5423763. OLE color: 5423763.

HSL color Cylindrical-coordinate representation of color #93C252: hue angle of 85.18º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93C252 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 194 82 -
CMYK 0.24 0 0.58 0.24
HSL 85.18º 0.48% 0.54% -
HSV(B) 85.18º 0.58% 0.76% -
XYZ 32.85 45.4 15.01 -
YUV 167.18 79.93 113.61 -
System Red Green Blue C M Y K H S L
Decimal 147 194 82 0.24 0 0.58 0.24 85.18 0.48 0.54
Hex 93 C2 52 18 0 3A 18 55 30 36
Octal 223 302 122 30 0 72 30 125 60 66
Binary 10010011 11000010 1010010 11000 0 111010 11000 1010101 110000 110110

Color Harmonies of #93C252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C252

Black with #93C252

Text Example


Text Example

White with #93C252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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