Html Css Color HEX #84A65C Chelsea Cucumber

📋 copy color: '#84A65C'

red 132 ◦ green 166 ◦ blue 92

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

Shades of Chelsea Cucumber #84A65C

Tints of Chelsea Cucumber #84A65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.59%

R = 33.85%
G = 42.56%
B = 23.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#84A65C (or 0x84A65C) is known color: Chelsea Cucumber. HEX triplet: 84, A6 and 5C. RGB value is (132,166,92). Sum of RGB (Red+Green+Blue) = 132+166+92=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 166 - color contains mainly: green. Hex color #84A65C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A65C is #7B59A3. Grayscale: #939393. Windows color (decimal): -8083876 or 6071940. OLE color: 6071940.

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

Color convert

RGB 132 166 92 -
CMYK 0.20 0 0.45 0.35
HSL 87.57º 0.29% 0.51% -
HSV(B) 87.57º 0.45% 0.65% -
XYZ 25.08 32.95 15.16 -
YUV 147.4 96.74 117.02 -
System Red Green Blue C M Y K H S L
Decimal 132 166 92 0.20 0 0.45 0.35 87.57 0.29 0.51
Hex 84 A6 5C 14 0 2D 23 58 1D 33
Octal 204 246 134 24 0 55 43 130 35 63
Binary 10000100 10100110 1011100 10100 0 101101 100011 1011000 11101 110011

Color Harmonies of #84A65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A65C

Black with #84A65C

Text Example


Text Example

White with #84A65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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