Html Css Color HEX #87AB0C Lima

📋 copy color: '#87AB0C'

red 135 ◦ green 171 ◦ blue 12

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

Shades of Lima #87AB0C

Tints of Lima #87AB0C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.77%

 BLUE value IS 12 (5.08% from 255) = 3.77%

R = 42.45%
G = 53.77%
B = 3.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#87AB0C (or 0x87AB0C) is known color: Lima. HEX triplet: 87, AB and 0C. RGB value is (135,171,12). Sum of RGB (Red+Green+Blue) = 135+171+12=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #87AB0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87AB0C is #7854F3. Grayscale: #8E8E8E. Windows color (decimal): -7886068 or 830343. OLE color: 830343.

HSL color Cylindrical-coordinate representation of color #87AB0C: hue angle of 73.58º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87AB0C is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 171 12 -
CMYK 0.21 0 0.93 0.33
HSL 73.58º 0.87% 0.36% -
HSV(B) 73.58º 0.93% 0.67% -
XYZ 24.62 34.3 5.67 -
YUV 142.11 54.57 122.93 -
System Red Green Blue C M Y K H S L
Decimal 135 171 12 0.21 0 0.93 0.33 73.58 0.87 0.36
Hex 87 AB C 15 0 5D 21 4A 57 24
Octal 207 253 14 25 0 135 41 112 127 44
Binary 10000111 10101011 1100 10101 0 1011101 100001 1001010 1010111 100100

Color Harmonies of #87AB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AB0C

Black with #87AB0C

Text Example


Text Example

White with #87AB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,171,12); }

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

background-color css

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

 a { background-color: rgb(135,171,12); }

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

border-color css

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

 span { border-color: rgb(135,171,12); }

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