Html Css Color HEX #84A755 Chelsea Cucumber

📋 copy color: '#84A755'

red 132 ◦ green 167 ◦ blue 85

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

Shades of Chelsea Cucumber #84A755

Tints of Chelsea Cucumber #84A755

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.49%

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

R = 34.38%
G = 43.49%
B = 22.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#84A755 (or 0x84A755) is known color: Chelsea Cucumber. HEX triplet: 84, A7 and 55. RGB value is (132,167,85). Sum of RGB (Red+Green+Blue) = 132+167+85=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 167 - color contains mainly: green. Hex color #84A755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A755 is #7B58AA. Grayscale: #939393. Windows color (decimal): -8083627 or 5613444. OLE color: 5613444.

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

Color convert

RGB 132 167 85 -
CMYK 0.21 0 0.49 0.35
HSL 85.61º 0.33% 0.49% -
HSV(B) 85.61º 0.49% 0.65% -
XYZ 24.97 33.2 13.69 -
YUV 147.19 92.9 117.17 -
System Red Green Blue C M Y K H S L
Decimal 132 167 85 0.21 0 0.49 0.35 85.61 0.33 0.49
Hex 84 A7 55 15 0 31 23 56 21 31
Octal 204 247 125 25 0 61 43 126 41 61
Binary 10000100 10100111 1010101 10101 0 110001 100011 1010110 100001 110001

Color Harmonies of #84A755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A755

Black with #84A755

Text Example


Text Example

White with #84A755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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