#93B35A

Color #93B35A Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #93B35A

Tints of Chelsea Cucumber #93B35A

Color information

#93B35A (or 0x93B35A) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, B3 and 5A. RGB value is (147,179,90). Sum of RGB (Red+Green+Blue) = 147+179+90=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 179 - color contains mainly: green. Hex color #93B35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B35A is #6C4CA5. Grayscale: #9F9F9F. Windows color (decimal): -7097510 or 5944211. OLE color: 5944211.

HSL color Cylindrical-coordinate representation of color #93B35A: hue angle of 81.57º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93B35A is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB14717990-
CMYK0.1800.500.30
HSL81.57º36.93%52.75%-
HSV(B)81.57º49.72%70.2%-
XYZ3039.1815.65-
YUV159.2988.9119.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 179 (70.31% from 255) = 43.03%
BLUE value IS 90 (35.55% from 255) = 21.63%
R=35.34%
G=43.03%
B=21.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal147179900.1800.500.3081.5736.9352.75
Hex93B35A120321E522535
Octal22326313222062361224565
Binary10010011101100111011010100100110010111101010010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,179,90); }

 H1.HeaderClassName
 {
   color: #93B35A;
 }
 .AnyTagClassName
 {
   color: #93B35A;
 }
</style>
background-color css

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

 a { background-color: rgb(147,179,90); }

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

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

 span { border-color: rgb(147,179,90); }

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