Html Css Color HEX #84AE0B Lima

📋 copy color: '#84AE0B'

red 132 ◦ green 174 ◦ blue 11

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

Shades of Lima #84AE0B

Tints of Lima #84AE0B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 54.89%

 BLUE value IS 11 (4.69% from 255) = 3.47%

R = 41.64%
G = 54.89%
B = 3.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#84AE0B (or 0x84AE0B) is known color: Lima. HEX triplet: 84, AE and 0B. RGB value is (132,174,11). Sum of RGB (Red+Green+Blue) = 132+174+11=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 174 (68.36% from 255 or 54.89% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 174 - color contains mainly: green. Hex color #84AE0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AE0B is #7B51F4. Grayscale: #8F8F8F. Windows color (decimal): -8081909 or 765572. OLE color: 765572.

HSL color Cylindrical-coordinate representation of color #84AE0B: hue angle of 75.46º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84AE0B is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 174 11 -
CMYK 0.24 0 0.94 0.32
HSL 75.46º 0.88% 0.36% -
HSV(B) 75.46º 0.94% 0.68% -
XYZ 24.71 35.2 5.81 -
YUV 142.86 53.59 120.25 -
System Red Green Blue C M Y K H S L
Decimal 132 174 11 0.24 0 0.94 0.32 75.46 0.88 0.36
Hex 84 AE B 18 0 5E 20 4B 58 24
Octal 204 256 13 30 0 136 40 113 130 44
Binary 10000100 10101110 1011 11000 0 1011110 100000 1001011 1011000 100100

Color Harmonies of #84AE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AE0B

Black with #84AE0B

Text Example


Text Example

White with #84AE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,174,11); }

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

background-color css

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

 a { background-color: rgb(132,174,11); }

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

border-color css

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

 span { border-color: rgb(132,174,11); }

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