#87950D

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

Shades of Citron #87950D

Tints of Citron #87950D

Color information

#87950D (or 0x87950D) is unknown color: approx Citron. HEX triplet: 87, 95 and 0D. RGB value is (135,149,13). Sum of RGB (Red+Green+Blue) = 135+149+13=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #87950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87950D is #786AF2. Grayscale: #818181. Windows color (decimal): -7891699 or 890247. OLE color: 890247.

HSL color Cylindrical-coordinate representation of color #87950D: hue angle of 66.18º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87950D is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB13514913-
CMYK0.0900.910.42
HSL66.18º83.95%31.76%-
HSV(B)66.18º91.28%58.43%-
XYZ20.8126.674.43-
YUV129.3162.36132.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 13 (5.47% from 255) = 4.38%
R=45.45%
G=50.17%
B=4.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135149130.0900.910.4266.1883.9531.76
Hex8795D905B2A425420
Octal207225151101335210212440
Binary1000011110010101110110010101101110101010000101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87950D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87950D; }

 p { color: rgb(135,149,13); }

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

<style>
 a { background-color: #87950D; }

 a { background-color: rgb(135,149,13); }

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

<style>
 span { border-color: #87950D; }

 span { border-color: rgb(135,149,13); }

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