Html Css Color HEX #87A00F Citron

📋 copy color: '#87A00F'

red 135 ◦ green 160 ◦ blue 15

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

Shades of Citron #87A00F

Tints of Citron #87A00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.61%

 BLUE value IS 15 (6.25% from 255) = 4.84%

R = 43.55%
G = 51.61%
B = 4.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#87A00F (or 0x87A00F) is known color: Citron. HEX triplet: 87, A0 and 0F. RGB value is (135,160,15). Sum of RGB (Red+Green+Blue) = 135+160+15=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #87A00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87A00F is #785FF0. Grayscale: #888888. Windows color (decimal): -7888881 or 1024135. OLE color: 1024135.

HSL color Cylindrical-coordinate representation of color #87A00F: hue angle of 70.34º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87A00F is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 160 15 -
CMYK 0.16 0 0.91 0.37
HSL 70.34º 0.83% 0.34% -
HSV(B) 70.34º 0.91% 0.63% -
XYZ 22.65 30.33 5.11 -
YUV 136 59.72 127.29 -
System Red Green Blue C M Y K H S L
Decimal 135 160 15 0.16 0 0.91 0.37 70.34 0.83 0.34
Hex 87 A0 F 10 0 5B 25 46 53 22
Octal 207 240 17 20 0 133 45 106 123 42
Binary 10000111 10100000 1111 10000 0 1011011 100101 1000110 1010011 100010

Color Harmonies of #87A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A00F

Black with #87A00F

Text Example


Text Example

White with #87A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,160,15); }

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

background-color css

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

 a { background-color: rgb(135,160,15); }

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

border-color css

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

 span { border-color: rgb(135,160,15); }

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