Html Css Color HEX #84AD55 Chelsea Cucumber

📋 copy color: '#84AD55'

red 132 ◦ green 173 ◦ blue 85

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

Shades of Chelsea Cucumber #84AD55

Tints of Chelsea Cucumber #84AD55

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.36%

 BLUE value IS 85 (33.59% from 255) = 21.79%

R = 33.85%
G = 44.36%
B = 21.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#84AD55 (or 0x84AD55) is known color: Chelsea Cucumber. HEX triplet: 84, AD and 55. RGB value is (132,173,85). Sum of RGB (Red+Green+Blue) = 132+173+85=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AD55 is #7B52AA. Grayscale: #979797. Windows color (decimal): -8082091 or 5614980. OLE color: 5614980.

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

Color convert

RGB 132 173 85 -
CMYK 0.24 0 0.51 0.32
HSL 87.95º 0.35% 0.51% -
HSV(B) 87.95º 0.51% 0.68% -
XYZ 26.1 35.45 14.06 -
YUV 150.71 90.92 114.66 -
System Red Green Blue C M Y K H S L
Decimal 132 173 85 0.24 0 0.51 0.32 87.95 0.35 0.51
Hex 84 AD 55 18 0 33 20 58 23 33
Octal 204 255 125 30 0 63 40 130 43 63
Binary 10000100 10101101 1010101 11000 0 110011 100000 1011000 100011 110011

Color Harmonies of #84AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AD55

Black with #84AD55

Text Example


Text Example

White with #84AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,173,85); }

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

background-color css

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

 a { background-color: rgb(132,173,85); }

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

border-color css

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

 span { border-color: rgb(132,173,85); }

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