Html Css Color HEX #87AD0C Lima

📋 copy color: '#87AD0C'

red 135 ◦ green 173 ◦ blue 12

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

Shades of Lima #87AD0C

Tints of Lima #87AD0C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.06%

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

R = 42.19%
G = 54.06%
B = 3.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#87AD0C (or 0x87AD0C) is known color: Lima. HEX triplet: 87, AD and 0C. RGB value is (135,173,12). Sum of RGB (Red+Green+Blue) = 135+173+12=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #87AD0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87AD0C is #7852F3. Grayscale: #8F8F8F. Windows color (decimal): -7885556 or 830855. OLE color: 830855.

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

Color convert

RGB 135 173 12 -
CMYK 0.22 0 0.93 0.32
HSL 74.16º 0.87% 0.36% -
HSV(B) 74.16º 0.93% 0.68% -
XYZ 25 35.06 5.8 -
YUV 143.28 53.91 122.09 -
System Red Green Blue C M Y K H S L
Decimal 135 173 12 0.22 0 0.93 0.32 74.16 0.87 0.36
Hex 87 AD C 16 0 5D 20 4A 57 24
Octal 207 255 14 26 0 135 40 112 127 44
Binary 10000111 10101101 1100 10110 0 1011101 100000 1001010 1010111 100100

Color Harmonies of #87AD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AD0C

Black with #87AD0C

Text Example


Text Example

White with #87AD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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