#95930E

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

Shades of Citron #95930E

Tints of Citron #95930E

Color information

#95930E (or 0x95930E) is unknown color: approx Citron. HEX triplet: 95, 93 and 0E. RGB value is (149,147,14). Sum of RGB (Red+Green+Blue) = 149+147+14=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95930E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95930E is #6A6CF1. Grayscale: #848484. Windows color (decimal): -6974706 or 955285. OLE color: 955285.

HSL color Cylindrical-coordinate representation of color #95930E: hue angle of 59.11º degrees, saturation: 0.83, 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 #95930E is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB14914714-
CMYK00.010.910.42
HSL59.11º82.82%31.96%-
HSV(B)59.11º90.6%58.43%-
XYZ22.9127.294.48-
YUV132.4461.16139.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 147 (57.81% from 255) = 47.42%
BLUE value IS 14 (5.86% from 255) = 4.52%
R=48.06%
G=47.42%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491471400.010.910.4259.1182.8231.96
Hex9593E015B2A3b5320
Octal2252231601133527312340
Binary100101011001001111100110110111010101110111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95930E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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