#84AB46

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

Shades of Chelsea Cucumber #84AB46

Tints of Chelsea Cucumber #84AB46

Color information

#84AB46 (or 0x84AB46) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, AB and 46. RGB value is (132,171,70). Sum of RGB (Red+Green+Blue) = 132+171+70=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AB46 is #7B54B9. Grayscale: #949494. Windows color (decimal): -8082618 or 4631428. OLE color: 4631428.

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

Color convert

RGB13217170-
CMYK0.2300.590.33
HSL83.17º41.91%47.25%-
HSV(B)83.17º59.06%67.06%-
XYZ25.1834.4711.12-
YUV147.8284.08116.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 171 (67.19% from 255) = 45.84%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=35.39%
G=45.84%
B=18.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132171700.2300.590.3383.1741.9147.25
Hex84AB461703B21532a2f
Octal20425310627073411235257
Binary100001001010101110001101011101110111000011010011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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