#95941F

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

Shades of Citron #95941F

Tints of Citron #95941F

Color information

#95941F (or 0x95941F) is unknown color: approx Citron. HEX triplet: 95, 94 and 1F. RGB value is (149,148,31). Sum of RGB (Red+Green+Blue) = 149+148+31=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95941F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95941F is #6A6BE0. Grayscale: #878787. Windows color (decimal): -6974433 or 2069653. OLE color: 2069653.

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

Color convert

RGB14914831-
CMYK00.010.790.42
HSL59.49º65.56%35.29%-
HSV(B)59.49º79.19%58.43%-
XYZ23.2327.675.41-
YUV134.9669.33138.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 31 (12.5% from 255) = 9.45%
R=45.43%
G=45.12%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491483100.010.790.4259.4965.5635.29
Hex95941F014F2A3b4223
Octal2252243701117527310243
Binary1001010110010100111110110011111010101110111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95941F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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