#969227

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

Shades of Citron #969227

Tints of Citron #969227

Color information

#969227 (or 0x969227) is unknown color: approx Citron. HEX triplet: 96, 92 and 27. RGB value is (150,146,39). Sum of RGB (Red+Green+Blue) = 150+146+39=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #969227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969227 is #696DD8. Grayscale: #878787. Windows color (decimal): -6909401 or 2593430. OLE color: 2593430.

HSL color Cylindrical-coordinate representation of color #969227: hue angle of 57.84º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #969227 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB15014639-
CMYK00.030.740.41
HSL57.84º58.73%37.06%-
HSV(B)57.84º74%58.82%-
XYZ23.2227.195.94-
YUV13573.83138.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 39 (15.62% from 255) = 11.64%
R=44.78%
G=43.58%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501463900.030.740.4157.8458.7337.06
Hex969227034A293a3b25
Octal226222470311251727345
Binary10010110100100101001110111001010101001111010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969227; }

 p { color: rgb(150,146,39); }

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

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

 a { background-color: rgb(150,146,39); }

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

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

 span { border-color: rgb(150,146,39); }

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