#95941E

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

Shades of Citron #95941E

Tints of Citron #95941E

Color information

#95941E (or 0x95941E) is unknown color: approx Citron. HEX triplet: 95, 94 and 1E. RGB value is (149,148,30). Sum of RGB (Red+Green+Blue) = 149+148+30=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95941E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95941E is #6A6BE1. Grayscale: #878787. Windows color (decimal): -6974434 or 2004117. OLE color: 2004117.

HSL color Cylindrical-coordinate representation of color #95941E: hue angle of 59.5º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95941E is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14914830-
CMYK00.010.800.42
HSL59.5º66.48%35.1%-
HSV(B)59.5º79.87%58.43%-
XYZ23.2227.665.34-
YUV134.8568.83138.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 148 (58.20% from 255) = 45.26%
BLUE value IS 30 (12.11% from 255) = 9.17%
R=45.57%
G=45.26%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491483000.010.800.4259.566.4835.1
Hex95941E01502A3b4223
Octal2252243601120527310243
Binary1001010110010100111100110100001010101110111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95941E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,148,30); }

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

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

 a { background-color: rgb(149,148,30); }

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

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

 span { border-color: rgb(149,148,30); }

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