Html Css Color HEX #87BA12 Lima

📋 copy color: '#87BA12'

red 135 ◦ green 186 ◦ blue 18

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

Shades of Lima #87BA12

Tints of Lima #87BA12

RGB

 RED value IS 135 (53.13% from 255) = 39.82%

 GREEN value IS 186 (73.05% from 255) = 54.87%

 BLUE value IS 18 (7.42% from 255) = 5.31%

R = 39.82%
G = 54.87%
B = 5.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#87BA12 (or 0x87BA12) is known color: Lima. HEX triplet: 87, BA and 12. RGB value is (135,186,18). Sum of RGB (Red+Green+Blue) = 135+186+18=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #87BA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87BA12 is #7845ED. Grayscale: #989898. Windows color (decimal): -7882222 or 1227399. OLE color: 1227399.

HSL color Cylindrical-coordinate representation of color #87BA12: hue angle of 78.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87BA12 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 186 18 -
CMYK 0.27 0 0.90 0.27
HSL 78.21º 0.82% 0.4% -
HSV(B) 78.21º 0.9% 0.73% -
XYZ 27.66 40.31 6.9 -
YUV 151.6 52.6 116.16 -
System Red Green Blue C M Y K H S L
Decimal 135 186 18 0.27 0 0.90 0.27 78.21 0.82 0.4
Hex 87 BA 12 1B 0 5A 1B 4E 52 28
Octal 207 272 22 33 0 132 33 116 122 50
Binary 10000111 10111010 10010 11011 0 1011010 11011 1001110 1010010 101000

Color Harmonies of #87BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87BA12

Black with #87BA12

Text Example


Text Example

White with #87BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87BA12; }

 p { color: rgb(135,186,18); }

 H1.HeaderClassName
 {
   color: #87BA12;
 }
 .AnyTagClassName
 {
   color: #87BA12;
 }
</style>

background-color css

<style>
 a { background-color: #87BA12; }

 a { background-color: rgb(135,186,18); }

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

border-color css

<style>
 span { border-color: #87BA12; }

 span { border-color: rgb(135,186,18); }

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