Html Css Color HEX #84B915 Lima

📋 copy color: '#84B915'

red 132 ◦ green 185 ◦ blue 21

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

Shades of Lima #84B915

Tints of Lima #84B915

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.73%

 BLUE value IS 21 (8.59% from 255) = 6.21%

R = 39.05%
G = 54.73%
B = 6.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#84B915 (or 0x84B915) is known color: Lima. HEX triplet: 84, B9 and 15. RGB value is (132,185,21). Sum of RGB (Red+Green+Blue) = 132+185+21=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #84B915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B915 is #7B46EA. Grayscale: #979797. Windows color (decimal): -8079083 or 1423748. OLE color: 1423748.

HSL color Cylindrical-coordinate representation of color #84B915: hue angle of 79.39º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84B915 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 185 21 -
CMYK 0.29 0 0.89 0.27
HSL 79.39º 0.8% 0.4% -
HSV(B) 79.39º 0.89% 0.73% -
XYZ 27 39.66 6.94 -
YUV 150.46 54.94 114.84 -
System Red Green Blue C M Y K H S L
Decimal 132 185 21 0.29 0 0.89 0.27 79.39 0.8 0.4
Hex 84 B9 15 1D 0 59 1B 4F 50 28
Octal 204 271 25 35 0 131 33 117 120 50
Binary 10000100 10111001 10101 11101 0 1011001 11011 1001111 1010000 101000

Color Harmonies of #84B915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B915

Black with #84B915

Text Example


Text Example

White with #84B915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,185,21); }

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

background-color css

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

 a { background-color: rgb(132,185,21); }

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

border-color css

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

 span { border-color: rgb(132,185,21); }

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