#95931F

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

Shades of Citron #95931F

Tints of Citron #95931F

Color information

#95931F (or 0x95931F) is unknown color: approx Citron. HEX triplet: 95, 93 and 1F. RGB value is (149,147,31). Sum of RGB (Red+Green+Blue) = 149+147+31=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95931F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95931F is #6A6CE0. Grayscale: #868686. Windows color (decimal): -6974689 or 2069397. OLE color: 2069397.

HSL color Cylindrical-coordinate representation of color #95931F: hue angle of 58.98º 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 #95931F is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14914731-
CMYK00.010.790.42
HSL58.98º65.56%35.29%-
HSV(B)58.98º79.19%58.43%-
XYZ23.0827.365.36-
YUV134.3769.66138.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 31 (12.5% from 255) = 9.48%
R=45.57%
G=44.95%
B=9.48%

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
Decimal1491473100.010.790.4258.9865.5635.29
Hex95931F014F2A3b4223
Octal2252233701117527310243
Binary1001010110010011111110110011111010101110111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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