#95901C

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

Shades of Citron #95901C

Tints of Citron #95901C

Color information

#95901C (or 0x95901C) is unknown color: approx Citron. HEX triplet: 95, 90 and 1C. RGB value is (149,144,28). Sum of RGB (Red+Green+Blue) = 149+144+28=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #95901C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95901C is #6A6FE3. Grayscale: #848484. Windows color (decimal): -6975460 or 1872021. OLE color: 1872021.

HSL color Cylindrical-coordinate representation of color #95901C: hue angle of 57.52º degrees, saturation: 0.68, 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 #95901C is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB14914428-
CMYK00.030.810.42
HSL57.52º68.36%34.71%-
HSV(B)57.52º81.21%58.43%-
XYZ22.5826.425.01-
YUV132.2769.16139.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 144 (56.64% from 255) = 44.86%
BLUE value IS 28 (11.33% from 255) = 8.72%
R=46.42%
G=44.86%
B=8.72%

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
Decimal1491442800.030.810.4257.5268.3634.71
Hex95901C03512A3a4423
Octal2252203403121527210443
Binary10010101100100001110001110100011010101110101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95901C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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