Html Css Color HEX #84A661 Chelsea Cucumber

📋 copy color: '#84A661'

red 132 ◦ green 166 ◦ blue 97

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

Shades of Chelsea Cucumber #84A661

Tints of Chelsea Cucumber #84A661

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.03%

 BLUE value IS 97 (38.28% from 255) = 24.56%

R = 33.42%
G = 42.03%
B = 24.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#84A661 (or 0x84A661) is known color: Chelsea Cucumber. HEX triplet: 84, A6 and 61. RGB value is (132,166,97). Sum of RGB (Red+Green+Blue) = 132+166+97=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 166 - color contains mainly: green. Hex color #84A661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A661 is #7B599E. Grayscale: #949494. Windows color (decimal): -8083871 or 6399620. OLE color: 6399620.

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

Color convert

RGB 132 166 97 -
CMYK 0.20 0 0.42 0.35
HSL 89.57º 0.28% 0.52% -
HSV(B) 89.57º 0.42% 0.65% -
XYZ 25.31 33.04 16.35 -
YUV 147.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 132 166 97 0.20 0 0.42 0.35 89.57 0.28 0.52
Hex 84 A6 61 14 0 2A 23 5A 1C 34
Octal 204 246 141 24 0 52 43 132 34 64
Binary 10000100 10100110 1100001 10100 0 101010 100011 1011010 11100 110100

Color Harmonies of #84A661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A661

Black with #84A661

Text Example


Text Example

White with #84A661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,166,97); }

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

background-color css

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

 a { background-color: rgb(132,166,97); }

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

border-color css

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

 span { border-color: rgb(132,166,97); }

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