#84AB50

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

Shades of Chelsea Cucumber #84AB50

Tints of Chelsea Cucumber #84AB50

Color information

#84AB50 (or 0x84AB50) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, AB and 50. RGB value is (132,171,80). Sum of RGB (Red+Green+Blue) = 132+171+80=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AB50 is #7B54AF. Grayscale: #959595. Windows color (decimal): -8082608 or 5286788. OLE color: 5286788.

HSL color Cylindrical-coordinate representation of color #84AB50: hue angle of 85.71º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84AB50 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB13217180-
CMYK0.2300.530.33
HSL85.71º36.25%49.22%-
HSV(B)85.71º53.22%67.06%-
XYZ25.5334.6112.92-
YUV148.9689.08115.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.46%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=34.46%
G=44.65%
B=20.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132171800.2300.530.3385.7136.2549.22
Hex84AB501703521562431
Octal20425312027065411264461
Binary100001001010101110100001011101101011000011010110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84AB50; }

 p { color: rgb(132,171,80); }

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

<style>
 a { background-color: #84AB50; }

 a { background-color: rgb(132,171,80); }

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

<style>
 span { border-color: #84AB50; }

 span { border-color: rgb(132,171,80); }

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