#84A54B

Color #84A54B Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #84A54B

Tints of Chelsea Cucumber #84A54B

Color information

#84A54B (or 0x84A54B) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, A5 and 4B. RGB value is (132,165,75). Sum of RGB (Red+Green+Blue) = 132+165+75=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 165 - color contains mainly: green. Hex color #84A54B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A54B is #7B5AB4. Grayscale: #919191. Windows color (decimal): -8084149 or 4957572. OLE color: 4957572.

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

Color convert

RGB13216575-
CMYK0.2000.550.35
HSL82º37.5%47.06%-
HSV(B)82º54.55%64.71%-
XYZ24.2432.3211.62-
YUV144.8788.57118.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 165 (64.84% from 255) = 44.35%
BLUE value IS 75 (29.69% from 255) = 20.16%
R=35.48%
G=44.35%
B=20.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132165750.2000.550.358237.547.06
Hex84A54B140372352262f
Octal20424511324067431224657
Binary100001001010010110010111010001101111000111010010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84A54B;
 }
 .AnyTagClassName
 {
   color: #84A54B;
 }
</style>
background-color css

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

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

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

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

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

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