Html Css Color HEX #84A65D Chelsea Cucumber

📋 copy color: '#84A65D'

red 132 ◦ green 166 ◦ blue 93

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

Shades of Chelsea Cucumber #84A65D

Tints of Chelsea Cucumber #84A65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.79%

R = 33.76%
G = 42.46%
B = 23.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#84A65D (or 0x84A65D) is known color: Chelsea Cucumber. HEX triplet: 84, A6 and 5D. RGB value is (132,166,93). Sum of RGB (Red+Green+Blue) = 132+166+93=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 166 - color contains mainly: green. Hex color #84A65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A65D is #7B59A2. Grayscale: #939393. Windows color (decimal): -8083875 or 6137476. OLE color: 6137476.

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

Color convert

RGB 132 166 93 -
CMYK 0.20 0 0.44 0.35
HSL 87.95º 0.29% 0.51% -
HSV(B) 87.95º 0.44% 0.65% -
XYZ 25.13 32.97 15.4 -
YUV 147.51 97.24 116.94 -
System Red Green Blue C M Y K H S L
Decimal 132 166 93 0.20 0 0.44 0.35 87.95 0.29 0.51
Hex 84 A6 5D 14 0 2C 23 58 1D 33
Octal 204 246 135 24 0 54 43 130 35 63
Binary 10000100 10100110 1011101 10100 0 101100 100011 1011000 11101 110011

Color Harmonies of #84A65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A65D

Black with #84A65D

Text Example


Text Example

White with #84A65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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