Html Css Color HEX #84B708 Lima

📋 copy color: '#84B708'

red 132 ◦ green 183 ◦ blue 8

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

Shades of Lima #84B708

Tints of Lima #84B708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 40.87%
G = 56.66%
B = 2.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#84B708 (or 0x84B708) is known color: Lima. HEX triplet: 84, B7 and 08. RGB value is (132,183,8). Sum of RGB (Red+Green+Blue) = 132+183+8=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #84B708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B708 is #7B48F7. Grayscale: #949494. Windows color (decimal): -8079608 or 571268. OLE color: 571268.

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

Color convert

RGB 132 183 8 -
CMYK 0.28 0 0.96 0.28
HSL 77.49º 0.92% 0.37% -
HSV(B) 77.49º 0.96% 0.72% -
XYZ 26.49 38.79 6.32 -
YUV 147.8 49.1 116.73 -
System Red Green Blue C M Y K H S L
Decimal 132 183 8 0.28 0 0.96 0.28 77.49 0.92 0.37
Hex 84 B7 8 1C 0 60 1C 4D 5C 25
Octal 204 267 10 34 0 140 34 115 134 45
Binary 10000100 10110111 1000 11100 0 1100000 11100 1001101 1011100 100101

Color Harmonies of #84B708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B708

Black with #84B708

Text Example


Text Example

White with #84B708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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