#95922B

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

Shades of Citron #95922B

Tints of Citron #95922B

Color information

#95922B (or 0x95922B) is unknown color: approx Citron. HEX triplet: 95, 92 and 2B. RGB value is (149,146,43). Sum of RGB (Red+Green+Blue) = 149+146+43=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95922B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95922B is #6A6DD4. Grayscale: #878787. Windows color (decimal): -6974933 or 2855573. OLE color: 2855573.

HSL color Cylindrical-coordinate representation of color #95922B: hue angle of 58.3º 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 #95922B is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14914643-
CMYK00.020.710.42
HSL58.3º55.21%37.65%-
HSV(B)58.3º71.14%58.43%-
XYZ23.1127.126.3-
YUV135.1575.99137.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 146 (57.42% from 255) = 43.20%
BLUE value IS 43 (17.19% from 255) = 12.72%
R=44.08%
G=43.20%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491464300.020.710.4258.355.2137.65
Hex95922B02472A3a3726
Octal225222530210752726746
Binary10010101100100101010110101000111101010111010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95922B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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