#969527

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

Shades of Citron #969527

Tints of Citron #969527

Color information

#969527 (or 0x969527) is unknown color: approx Citron. HEX triplet: 96, 95 and 27. RGB value is (150,149,39). Sum of RGB (Red+Green+Blue) = 150+149+39=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #969527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969527 is #696AD8. Grayscale: #898989. Windows color (decimal): -6908633 or 2594198. OLE color: 2594198.

HSL color Cylindrical-coordinate representation of color #969527: hue angle of 59.46º 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 #969527 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB15014939-
CMYK00.010.740.41
HSL59.46º58.73%37.06%-
HSV(B)59.46º74%58.82%-
XYZ23.6928.136.1-
YUV136.7672.83137.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 39 (15.62% from 255) = 11.54%
R=44.38%
G=44.08%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501493900.010.740.4159.4658.7337.06
Hex969527014A293b3b25
Octal226225470111251737345
Binary1001011010010101100111011001010101001111011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969527; }

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

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

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

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

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

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

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

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