#95990E

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

Shades of Citron #95990E

Tints of Citron #95990E

Color information

#95990E (or 0x95990E) is unknown color: approx Citron. HEX triplet: 95, 99 and 0E. RGB value is (149,153,14). Sum of RGB (Red+Green+Blue) = 149+153+14=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #95990E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95990E is #6A66F1. Grayscale: #888888. Windows color (decimal): -6973170 or 956821. OLE color: 956821.

HSL color Cylindrical-coordinate representation of color #95990E: hue angle of 61.73º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95990E is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB14915314-
CMYK0.0300.910.4
HSL61.73º83.23%32.75%-
HSV(B)61.73º90.85%60%-
XYZ23.8629.24.79-
YUV135.9659.17137.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.15%
GREEN value IS 153 (60.16% from 255) = 48.42%
BLUE value IS 14 (5.86% from 255) = 4.43%
R=47.15%
G=48.42%
B=4.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149153140.0300.910.461.7383.2332.75
Hex9599E305B283e5321
Octal2252311630133507612341
Binary1001010110011001111011010110111010001111101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95990E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95990E; }

 p { color: rgb(149,153,14); }

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

<style>
 a { background-color: #95990E; }

 a { background-color: rgb(149,153,14); }

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

<style>
 span { border-color: #95990E; }

 span { border-color: rgb(149,153,14); }

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