#95920E

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

Shades of Citron #95920E

Tints of Citron #95920E

Color information

#95920E (or 0x95920E) is unknown color: approx Citron. HEX triplet: 95, 92 and 0E. RGB value is (149,146,14). Sum of RGB (Red+Green+Blue) = 149+146+14=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95920E is #6A6DF1. Grayscale: #848484. Windows color (decimal): -6974962 or 955029. OLE color: 955029.

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

Color convert

RGB14914614-
CMYK00.020.910.42
HSL58.67º82.82%31.96%-
HSV(B)58.67º90.6%58.43%-
XYZ22.7526.984.42-
YUV131.8561.49140.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 14 (5.86% from 255) = 4.53%
R=48.22%
G=47.25%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491461400.020.910.4258.6782.8231.96
Hex9592E025B2A3b5320
Octal2252221602133527312340
Binary1001010110010010111001010110111010101110111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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