#609B21

Color #609B21 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #609B21

Tints of Limeade #609B21

Color information

#609B21 (or 0x609B21) is unknown color: approx Limeade. HEX triplet: 60, 9B and 21. RGB value is (96,155,33). Sum of RGB (Red+Green+Blue) = 96+155+33=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #609B21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609B21 is #9F64DE. Grayscale: #7B7B7B. Windows color (decimal): -10446047 or 2202464. OLE color: 2202464.

HSL color Cylindrical-coordinate representation of color #609B21: hue angle of 89.02º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #609B21 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB9615533-
CMYK0.3800.790.39
HSL89.02º64.89%36.86%-
HSV(B)89.02º78.71%60.78%-
XYZ16.8226.045.58-
YUV123.4576.95108.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 155 (60.94% from 255) = 54.58%
BLUE value IS 33 (13.28% from 255) = 11.62%
R=33.80%
G=54.58%
B=11.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96155330.3800.790.3989.0264.8936.86
Hex609B212604F27594125
Octal140233414601174713110145
Binary1100000100110111000011001100100111110011110110011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609B21; }

 p { color: rgb(96,155,33); }

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

<style>
 a { background-color: #609B21; }

 a { background-color: rgb(96,155,33); }

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

<style>
 span { border-color: #609B21; }

 span { border-color: rgb(96,155,33); }

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