#95932B

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

Shades of Citron #95932B

Tints of Citron #95932B

Color information

#95932B (or 0x95932B) is unknown color: approx Citron. HEX triplet: 95, 93 and 2B. RGB value is (149,147,43). Sum of RGB (Red+Green+Blue) = 149+147+43=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95932B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95932B is #6A6CD4. Grayscale: #888888. Windows color (decimal): -6974677 or 2855829. OLE color: 2855829.

HSL color Cylindrical-coordinate representation of color #95932B: hue angle of 58.87º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95932B is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14914743-
CMYK00.010.710.42
HSL58.87º55.21%37.65%-
HSV(B)58.87º71.14%58.43%-
XYZ23.2627.436.35-
YUV135.7475.66137.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 43 (17.19% from 255) = 12.68%
R=43.95%
G=43.36%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491474300.010.710.4258.8755.2137.65
Hex95932B01472A3b3726
Octal225223530110752736746
Binary1001010110010011101011011000111101010111011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95932B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95932B; }

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

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

<style>
 a { background-color: #95932B; }

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

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

<style>
 span { border-color: #95932B; }

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

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