Html Css Color HEX #84A545 Chelsea Cucumber

📋 copy color: '#84A545'

red 132 ◦ green 165 ◦ blue 69

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

Shades of Chelsea Cucumber #84A545

Tints of Chelsea Cucumber #84A545

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.08%

 BLUE value IS 69 (27.34% from 255) = 18.85%

R = 36.07%
G = 45.08%
B = 18.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#84A545 (or 0x84A545) is known color: Chelsea Cucumber. HEX triplet: 84, A5 and 45. RGB value is (132,165,69). Sum of RGB (Red+Green+Blue) = 132+165+69=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #84A545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A545 is #7B5ABA. Grayscale: #909090. Windows color (decimal): -8084155 or 4564356. OLE color: 4564356.

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

Color convert

RGB 132 165 69 -
CMYK 0.20 0 0.58 0.35
HSL 80.63º 0.41% 0.46% -
HSV(B) 80.63º 0.58% 0.65% -
XYZ 24.05 32.25 10.59 -
YUV 144.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 132 165 69 0.20 0 0.58 0.35 80.63 0.41 0.46
Hex 84 A5 45 14 0 3A 23 51 29 2E
Octal 204 245 105 24 0 72 43 121 51 56
Binary 10000100 10100101 1000101 10100 0 111010 100011 1010001 101001 101110

Color Harmonies of #84A545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A545

Black with #84A545

Text Example


Text Example

White with #84A545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,165,69); }

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

background-color css

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

 a { background-color: rgb(132,165,69); }

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

border-color css

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

 span { border-color: rgb(132,165,69); }

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