#84AF68

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

Shades of Chelsea Cucumber #84AF68

Tints of Chelsea Cucumber #84AF68

Color information

#84AF68 (or 0x84AF68) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, AF and 68. RGB value is (132,175,104). Sum of RGB (Red+Green+Blue) = 132+175+104=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF68 is #7B5097. Grayscale: #9A9A9A. Windows color (decimal): -8081560 or 6860676. OLE color: 6860676.

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

Color convert

RGB132175104-
CMYK0.2500.410.31
HSL96.34º30.74%54.71%-
HSV(B)96.34º40.57%68.63%-
XYZ27.3436.5618.71-
YUV154.0599.75112.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 104 (41.02% from 255) = 25.30%
R=32.12%
G=42.58%
B=25.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321751040.2500.410.3196.3430.7454.71
Hex84AF68190291F601f37
Octal20425715031051371403767
Binary1000010010101111110100011001010100111111110000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,175,104); }

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

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

 a { background-color: rgb(132,175,104); }

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

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

 span { border-color: rgb(132,175,104); }

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