Html Css Color HEX #84A510 Lima

📋 copy color: '#84A510'

red 132 ◦ green 165 ◦ blue 16

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

Shades of Lima #84A510

Tints of Lima #84A510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.11%

R = 42.17%
G = 52.72%
B = 5.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#84A510 (or 0x84A510) is known color: Lima. HEX triplet: 84, A5 and 10. RGB value is (132,165,16). Sum of RGB (Red+Green+Blue) = 132+165+16=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 165 (64.84% from 255 or 52.72% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 165 - color contains mainly: green. Hex color #84A510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A510 is #7B5AEF. Grayscale: #8A8A8A. Windows color (decimal): -8084208 or 1090948. OLE color: 1090948.

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

Color convert

RGB 132 165 16 -
CMYK 0.20 0 0.90 0.35
HSL 73.29º 0.82% 0.35% -
HSV(B) 73.29º 0.9% 0.65% -
XYZ 23.06 31.85 5.42 -
YUV 138.15 59.07 123.62 -
System Red Green Blue C M Y K H S L
Decimal 132 165 16 0.20 0 0.90 0.35 73.29 0.82 0.35
Hex 84 A5 10 14 0 5A 23 49 52 23
Octal 204 245 20 24 0 132 43 111 122 43
Binary 10000100 10100101 10000 10100 0 1011010 100011 1001001 1010010 100011

Color Harmonies of #84A510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A510

Black with #84A510

Text Example


Text Example

White with #84A510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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