#95911A

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

Shades of Citron #95911A

Tints of Citron #95911A

Color information

#95911A (or 0x95911A) is unknown color: approx Citron. HEX triplet: 95, 91 and 1A. RGB value is (149,145,26). Sum of RGB (Red+Green+Blue) = 149+145+26=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #95911A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95911A is #6A6EE5. Grayscale: #858585. Windows color (decimal): -6975206 or 1741205. OLE color: 1741205.

HSL color Cylindrical-coordinate representation of color #95911A: hue angle of 58.05º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95911A is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB14914526-
CMYK00.030.830.42
HSL58.05º70.29%34.31%-
HSV(B)58.05º82.55%58.43%-
XYZ22.7126.714.94-
YUV132.6367.83139.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 26 (10.55% from 255) = 8.12%
R=46.56%
G=45.31%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491452600.030.830.4258.0570.2934.31
Hex95911A03532A3a4622
Octal2252213203123527210642
Binary10010101100100011101001110100111010101110101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95911A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95911A; }

 p { color: rgb(149,145,26); }

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

<style>
 a { background-color: #95911A; }

 a { background-color: rgb(149,145,26); }

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

<style>
 span { border-color: #95911A; }

 span { border-color: rgb(149,145,26); }

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