#95962C

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

Shades of Citron #95962C

Tints of Citron #95962C

Color information

#95962C (or 0x95962C) is unknown color: approx Citron. HEX triplet: 95, 96 and 2C. RGB value is (149,150,44). Sum of RGB (Red+Green+Blue) = 149+150+44=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #95962C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95962C is #6A69D3. Grayscale: #8A8A8A. Windows color (decimal): -6973908 or 2922133. OLE color: 2922133.

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

Color convert

RGB14915044-
CMYK0.0100.710.41
HSL60.57º54.64%38.04%-
HSV(B)60.57º70.67%58.82%-
XYZ23.7628.386.61-
YUV137.6275.17136.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 44 (17.58% from 255) = 12.83%
R=43.44%
G=43.73%
B=12.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149150440.0100.710.4160.5754.6438.04
Hex95962C1047293d3726
Octal225226541010751756746
Binary1001010110010110101100101000111101001111101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95962C; }

 p { color: rgb(149,150,44); }

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

<style>
 a { background-color: #95962C; }

 a { background-color: rgb(149,150,44); }

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

<style>
 span { border-color: #95962C; }

 span { border-color: rgb(149,150,44); }

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