#969515

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

Shades of Citron #969515

Tints of Citron #969515

Color information

#969515 (or 0x969515) is unknown color: approx Citron. HEX triplet: 96, 95 and 15. RGB value is (150,149,21). Sum of RGB (Red+Green+Blue) = 150+149+21=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #969515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969515 is #696AEA. Grayscale: #878787. Windows color (decimal): -6908651 or 1414550. OLE color: 1414550.

HSL color Cylindrical-coordinate representation of color #969515: hue angle of 59.53º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #969515 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB15014921-
CMYK00.010.860.41
HSL59.53º75.44%33.53%-
HSV(B)59.53º86%58.82%-
XYZ23.4628.034.88-
YUV134.7163.83138.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 149 (58.59% from 255) = 46.56%
BLUE value IS 21 (8.59% from 255) = 6.56%
R=46.88%
G=46.56%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501492100.010.860.4159.5375.4433.53
Hex9695150156293c4b22
Octal2262252501126517411342
Binary1001011010010101101010110101101010011111001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969515; }

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

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

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

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

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

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

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

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