Html Css Color HEX #84A548 Chelsea Cucumber

📋 copy color: '#84A548'

red 132 ◦ green 165 ◦ blue 72

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

Shades of Chelsea Cucumber #84A548

Tints of Chelsea Cucumber #84A548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 35.77%
G = 44.72%
B = 19.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#84A548 (or 0x84A548) is known color: Chelsea Cucumber. HEX triplet: 84, A5 and 48. RGB value is (132,165,72). Sum of RGB (Red+Green+Blue) = 132+165+72=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #84A548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A548 is #7B5AB7. Grayscale: #909090. Windows color (decimal): -8084152 or 4760964. OLE color: 4760964.

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

Color convert

RGB 132 165 72 -
CMYK 0.20 0 0.56 0.35
HSL 81.29º 0.39% 0.46% -
HSV(B) 81.29º 0.56% 0.65% -
XYZ 24.14 32.28 11.09 -
YUV 144.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 132 165 72 0.20 0 0.56 0.35 81.29 0.39 0.46
Hex 84 A5 48 14 0 38 23 51 27 2E
Octal 204 245 110 24 0 70 43 121 47 56
Binary 10000100 10100101 1001000 10100 0 111000 100011 1010001 100111 101110

Color Harmonies of #84A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A548

Black with #84A548

Text Example


Text Example

White with #84A548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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