#95901D

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

Shades of Citron #95901D

Tints of Citron #95901D

Color information

#95901D (or 0x95901D) is unknown color: approx Citron. HEX triplet: 95, 90 and 1D. RGB value is (149,144,29). Sum of RGB (Red+Green+Blue) = 149+144+29=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95901D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95901D is #6A6FE2. Grayscale: #848484. Windows color (decimal): -6975459 or 1937557. OLE color: 1937557.

HSL color Cylindrical-coordinate representation of color #95901D: hue angle of 57.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95901D is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB14914429-
CMYK00.030.810.42
HSL57.5º67.42%34.9%-
HSV(B)57.5º80.54%58.43%-
XYZ22.5926.425.07-
YUV132.3869.66139.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 144 (56.64% from 255) = 44.72%
BLUE value IS 29 (11.72% from 255) = 9.01%
R=46.27%
G=44.72%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491442900.030.810.4257.567.4234.9
Hex95901D03512A3a4323
Octal2252203503121527210343
Binary10010101100100001110101110100011010101110101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95901D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95901D; }

 p { color: rgb(149,144,29); }

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

<style>
 a { background-color: #95901D; }

 a { background-color: rgb(149,144,29); }

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

<style>
 span { border-color: #95901D; }

 span { border-color: rgb(149,144,29); }

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