Html Css Color HEX #84AE50 Chelsea Cucumber

📋 copy color: '#84AE50'

red 132 ◦ green 174 ◦ blue 80

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

Shades of Chelsea Cucumber #84AE50

Tints of Chelsea Cucumber #84AE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.73%

R = 34.2%
G = 45.08%
B = 20.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#84AE50 (or 0x84AE50) is known color: Chelsea Cucumber. HEX triplet: 84, AE and 50. RGB value is (132,174,80). Sum of RGB (Red+Green+Blue) = 132+174+80=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #84AE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AE50 is #7B51AF. Grayscale: #979797. Windows color (decimal): -8081840 or 5287556. OLE color: 5287556.

HSL color Cylindrical-coordinate representation of color #84AE50: hue angle of 86.81º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84AE50 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 174 80 -
CMYK 0.24 0 0.54 0.32
HSL 86.81º 0.37% 0.5% -
HSV(B) 86.81º 0.54% 0.68% -
XYZ 26.1 35.76 13.12 -
YUV 150.73 88.09 114.64 -
System Red Green Blue C M Y K H S L
Decimal 132 174 80 0.24 0 0.54 0.32 86.81 0.37 0.5
Hex 84 AE 50 18 0 36 20 57 25 32
Octal 204 256 120 30 0 66 40 127 45 62
Binary 10000100 10101110 1010000 11000 0 110110 100000 1010111 100101 110010

Color Harmonies of #84AE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AE50

Black with #84AE50

Text Example


Text Example

White with #84AE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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