#84A148

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

Shades of Chelsea Cucumber #84A148

Tints of Chelsea Cucumber #84A148

Color information

#84A148 (or 0x84A148) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, A1 and 48. RGB value is (132,161,72). Sum of RGB (Red+Green+Blue) = 132+161+72=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 161 - color contains mainly: green. Hex color #84A148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A148 is #7B5EB7. Grayscale: #8E8E8E. Windows color (decimal): -8085176 or 4759940. OLE color: 4759940.

HSL color Cylindrical-coordinate representation of color #84A148: hue angle of 79.55º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84A148 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB13216172-
CMYK0.1800.550.37
HSL79.55º38.2%45.69%-
HSV(B)79.55º55.28%63.14%-
XYZ23.4330.8610.85-
YUV142.1888.39120.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 161 (63.28% from 255) = 44.11%
BLUE value IS 72 (28.52% from 255) = 19.73%
R=36.16%
G=44.11%
B=19.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal132161720.1800.550.3779.5538.245.69
Hex84A148120372550262e
Octal20424111022067451204656
Binary100001001010000110010001001001101111001011010000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,161,72); }

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

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

 a { background-color: rgb(132,161,72); }

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

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

 span { border-color: rgb(132,161,72); }

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