#87980F

Color #87980F Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #87980F

Tints of Citron #87980F

Color information

#87980F (or 0x87980F) is unknown color: approx Citron. HEX triplet: 87, 98 and 0F. RGB value is (135,152,15). Sum of RGB (Red+Green+Blue) = 135+152+15=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #87980F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87980F is #7867F0. Grayscale: #838383. Windows color (decimal): -7890929 or 1022087. OLE color: 1022087.

HSL color Cylindrical-coordinate representation of color #87980F: hue angle of 67.45º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87980F is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB13515215-
CMYK0.1100.900.40
HSL67.45º82.04%32.75%-
HSV(B)67.45º90.13%59.61%-
XYZ21.3127.644.66-
YUV131.362.37130.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 152 (59.77% from 255) = 50.33%
BLUE value IS 15 (6.25% from 255) = 4.97%
R=44.70%
G=50.33%
B=4.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal135152150.1100.900.4067.4582.0432.75
Hex8798FB05A28435221
Octal207230171301325010312241
Binary1000011110011000111110110101101010100010000111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87980F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87980F; }

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

 H1.HeaderClassName
 {
   color: #87980F;
 }
 .AnyTagClassName
 {
   color: #87980F;
 }
</style>
background-color css

<style>
 a { background-color: #87980F; }

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

 div.DivClassName
 {
   background-color: #87980F;
 }
 .BgClassName
 {
   background-color: #87980F;
 }
</style>
border-color css

<style>
 span { border-color: #87980F; }

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

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