#84B448

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

Shades of Chelsea Cucumber #84B448

Tints of Chelsea Cucumber #84B448

Color information

#84B448 (or 0x84B448) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, B4 and 48. RGB value is (132,180,72). Sum of RGB (Red+Green+Blue) = 132+180+72=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #84B448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B448 is #7B4BB7. Grayscale: #999999. Windows color (decimal): -8080312 or 4764804. OLE color: 4764804.

HSL color Cylindrical-coordinate representation of color #84B448: hue angle of 86.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84B448 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB13218072-
CMYK0.2700.600.29
HSL86.67º42.86%49.41%-
HSV(B)86.67º60%70.59%-
XYZ27.0138.0212.05-
YUV153.3482.1112.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.38%
GREEN value IS 180 (70.70% from 255) = 46.88%
BLUE value IS 72 (28.52% from 255) = 18.75%
R=34.38%
G=46.88%
B=18.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132180720.2700.600.2986.6742.8649.41
Hex84B4481B03C1D572b31
Octal20426411033074351275361
Binary10000100101101001001000110110111100111011010111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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