#84B14C

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

Shades of Chelsea Cucumber #84B14C

Tints of Chelsea Cucumber #84B14C

Color information

#84B14C (or 0x84B14C) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, B1 and 4C. RGB value is (132,177,76). Sum of RGB (Red+Green+Blue) = 132+177+76=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #84B14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B14C is #7B4EB3. Grayscale: #989898. Windows color (decimal): -8081076 or 5026180. OLE color: 5026180.

HSL color Cylindrical-coordinate representation of color #84B14C: hue angle of 86.73º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84B14C is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB13217776-
CMYK0.2500.570.31
HSL86.73º39.92%49.61%-
HSV(B)86.73º57.06%69.41%-
XYZ26.5436.8712.56-
YUV152.0385.09113.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 177 (69.53% from 255) = 45.97%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=34.29%
G=45.97%
B=19.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132177760.2500.570.3186.7339.9249.61
Hex84B14C190391F572832
Octal20426111431071371275062
Binary10000100101100011001100110010111001111111010111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,177,76); }

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

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

 a { background-color: rgb(132,177,76); }

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

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

 span { border-color: rgb(132,177,76); }

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