Html Css Color HEX #84AE68 Chelsea Cucumber

📋 copy color: '#84AE68'

red 132 ◦ green 174 ◦ blue 104

#84AE68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #84AE68

Tints of Chelsea Cucumber #84AE68

RGB

 RED value IS 132 (51.95% from 255) = 32.2%

 GREEN value IS 174 (68.36% from 255) = 42.44%

 BLUE value IS 104 (41.02% from 255) = 25.37%

R = 32.2%
G = 42.44%
B = 25.37%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#84AE68 (or 0x84AE68) is known color: Chelsea Cucumber. HEX triplet: 84, AE and 68. RGB value is (132,174,104). Sum of RGB (Red+Green+Blue) = 132+174+104=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #84AE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AE68 is #7B5197. Grayscale: #999999. Windows color (decimal): -8081816 or 6860420. OLE color: 6860420.

HSL color Cylindrical-coordinate representation of color #84AE68: hue angle of 96º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84AE68 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 174 104 -
CMYK 0.24 0 0.40 0.32
HSL 96º 0.3% 0.55% -
HSV(B) 96º 0.4% 0.68% -
XYZ 27.15 36.18 18.65 -
YUV 153.46 100.09 112.69 -
System Red Green Blue C M Y K H S L
Decimal 132 174 104 0.24 0 0.40 0.32 96 0.3 0.55
Hex 84 AE 68 18 0 28 20 60 1E 37
Octal 204 256 150 30 0 50 40 140 36 67
Binary 10000100 10101110 1101000 11000 0 101000 100000 1100000 11110 110111

Color Harmonies of #84AE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AE68

Black with #84AE68

Text Example


Text Example

White with #84AE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84AE68;
 }
 .AnyTagClassName
 {
   color: #84AE68;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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