Html Css Color HEX #84A961 Chelsea Cucumber

📋 copy color: '#84A961'

red 132 ◦ green 169 ◦ blue 97

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

Shades of Chelsea Cucumber #84A961

Tints of Chelsea Cucumber #84A961

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.46%

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

R = 33.17%
G = 42.46%
B = 24.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#84A961 (or 0x84A961) is known color: Chelsea Cucumber. HEX triplet: 84, A9 and 61. RGB value is (132,169,97). Sum of RGB (Red+Green+Blue) = 132+169+97=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 169 - color contains mainly: green. Hex color #84A961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A961 is #7B569E. Grayscale: #959595. Windows color (decimal): -8083103 or 6400388. OLE color: 6400388.

HSL color Cylindrical-coordinate representation of color #84A961: hue angle of 90.83º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84A961 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 132 169 97 -
CMYK 0.22 0 0.43 0.34
HSL 90.83º 0.3% 0.52% -
HSV(B) 90.83º 0.43% 0.66% -
XYZ 25.86 34.14 16.54 -
YUV 149.73 98.24 115.35 -
System Red Green Blue C M Y K H S L
Decimal 132 169 97 0.22 0 0.43 0.34 90.83 0.3 0.52
Hex 84 A9 61 16 0 2B 22 5B 1E 34
Octal 204 251 141 26 0 53 42 133 36 64
Binary 10000100 10101001 1100001 10110 0 101011 100010 1011011 11110 110100

Color Harmonies of #84A961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A961

Black with #84A961

Text Example


Text Example

White with #84A961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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