Html Css Color HEX #84994E Chelsea Cucumber

📋 copy color: '#84994E'

red 132 ◦ green 153 ◦ blue 78

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

Shades of Chelsea Cucumber #84994E

Tints of Chelsea Cucumber #84994E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

 BLUE value IS 78 (30.86% from 255) = 21.49%

R = 36.36%
G = 42.15%
B = 21.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.4

RGB Variations

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

Color information

#84994E (or 0x84994E) is known color: Chelsea Cucumber. HEX triplet: 84, 99 and 4E. RGB value is (132,153,78). Sum of RGB (Red+Green+Blue) = 132+153+78=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #84994E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84994E is #7B66B1. Grayscale: #8A8A8A. Windows color (decimal): -8087218 or 5151108. OLE color: 5151108.

HSL color Cylindrical-coordinate representation of color #84994E: hue angle of 76.8º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84994E is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 153 78 -
CMYK 0.14 0 0.49 0.4
HSL 76.8º 0.32% 0.45% -
HSV(B) 76.8º 0.49% 0.6% -
XYZ 22.28 28.24 11.48 -
YUV 138.17 94.04 123.6 -
System Red Green Blue C M Y K H S L
Decimal 132 153 78 0.14 0 0.49 0.4 76.8 0.32 0.45
Hex 84 99 4E E 0 31 28 4D 20 2D
Octal 204 231 116 16 0 61 50 115 40 55
Binary 10000100 10011001 1001110 1110 0 110001 101000 1001101 100000 101101

Color Harmonies of #84994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84994E

Black with #84994E

Text Example


Text Example

White with #84994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84994E; }

 p { color: rgb(132,153,78); }

 H1.HeaderClassName
 {
   color: #84994E;
 }
 .AnyTagClassName
 {
   color: #84994E;
 }
</style>

background-color css

<style>
 a { background-color: #84994E; }

 a { background-color: rgb(132,153,78); }

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

border-color css

<style>
 span { border-color: #84994E; }

 span { border-color: rgb(132,153,78); }

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