#95942B

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

Shades of Citron #95942B

Tints of Citron #95942B

Color information

#95942B (or 0x95942B) is unknown color: approx Citron. HEX triplet: 95, 94 and 2B. RGB value is (149,148,43). Sum of RGB (Red+Green+Blue) = 149+148+43=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95942B is #6A6BD4. Grayscale: #888888. Windows color (decimal): -6974421 or 2856085. OLE color: 2856085.

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

Color convert

RGB14914843-
CMYK00.010.710.42
HSL59.43º55.21%37.65%-
HSV(B)59.43º71.14%58.43%-
XYZ23.4227.746.41-
YUV136.3375.33137.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 43 (17.19% from 255) = 12.65%
R=43.82%
G=43.53%
B=12.65%

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
Decimal1491484300.010.710.4259.4355.2137.65
Hex95942B01472A3b3726
Octal225224530110752736746
Binary1001010110010100101011011000111101010111011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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