Html Css Color HEX #84A550 Chelsea Cucumber

📋 copy color: '#84A550'

red 132 ◦ green 165 ◦ blue 80

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

Shades of Chelsea Cucumber #84A550

Tints of Chelsea Cucumber #84A550

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.77%

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

R = 35.01%
G = 43.77%
B = 21.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#84A550 (or 0x84A550) is known color: Chelsea Cucumber. HEX triplet: 84, A5 and 50. RGB value is (132,165,80). Sum of RGB (Red+Green+Blue) = 132+165+80=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 165 - color contains mainly: green. Hex color #84A550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A550 is #7B5AAF. Grayscale: #919191. Windows color (decimal): -8084144 or 5285252. OLE color: 5285252.

HSL color Cylindrical-coordinate representation of color #84A550: hue angle of 83.29º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84A550 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 165 80 -
CMYK 0.20 0 0.52 0.35
HSL 83.29º 0.35% 0.48% -
HSV(B) 83.29º 0.52% 0.65% -
XYZ 24.42 32.39 12.56 -
YUV 145.44 91.07 118.41 -
System Red Green Blue C M Y K H S L
Decimal 132 165 80 0.20 0 0.52 0.35 83.29 0.35 0.48
Hex 84 A5 50 14 0 34 23 53 23 30
Octal 204 245 120 24 0 64 43 123 43 60
Binary 10000100 10100101 1010000 10100 0 110100 100011 1010011 100011 110000

Color Harmonies of #84A550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A550

Black with #84A550

Text Example


Text Example

White with #84A550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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