Html Css Color HEX #84B70A Lima

📋 copy color: '#84B70A'

red 132 ◦ green 183 ◦ blue 10

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

Shades of Lima #84B70A

Tints of Lima #84B70A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 56.31%

 BLUE value IS 10 (4.3% from 255) = 3.08%

R = 40.62%
G = 56.31%
B = 3.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#84B70A (or 0x84B70A) is known color: Lima. HEX triplet: 84, B7 and 0A. RGB value is (132,183,10). Sum of RGB (Red+Green+Blue) = 132+183+10=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #84B70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B70A is #7B48F5. Grayscale: #949494. Windows color (decimal): -8079606 or 702340. OLE color: 702340.

HSL color Cylindrical-coordinate representation of color #84B70A: hue angle of 77.69º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84B70A is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 183 10 -
CMYK 0.28 0 0.95 0.28
HSL 77.69º 0.9% 0.38% -
HSV(B) 77.69º 0.95% 0.72% -
XYZ 26.5 38.79 6.38 -
YUV 148.03 50.1 116.57 -
System Red Green Blue C M Y K H S L
Decimal 132 183 10 0.28 0 0.95 0.28 77.69 0.9 0.38
Hex 84 B7 A 1C 0 5F 1C 4E 5A 26
Octal 204 267 12 34 0 137 34 116 132 46
Binary 10000100 10110111 1010 11100 0 1011111 11100 1001110 1011010 100110

Color Harmonies of #84B70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B70A

Black with #84B70A

Text Example


Text Example

White with #84B70A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,183,10); }

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

background-color css

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

 a { background-color: rgb(132,183,10); }

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

border-color css

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

 span { border-color: rgb(132,183,10); }

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