#969714

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

Shades of Citron #969714

Tints of Citron #969714

Color information

#969714 (or 0x969714) is unknown color: approx Citron. HEX triplet: 96, 97 and 14. RGB value is (150,151,20). Sum of RGB (Red+Green+Blue) = 150+151+20=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #969714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969714 is #6968EB. Grayscale: #888888. Windows color (decimal): -6908140 or 1349526. OLE color: 1349526.

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

Color convert

RGB15015120-
CMYK0.0100.870.41
HSL60.46º76.61%33.53%-
HSV(B)60.46º86.75%59.22%-
XYZ23.7728.674.94-
YUV135.7762.67138.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 151 (59.38% from 255) = 47.04%
BLUE value IS 20 (8.20% from 255) = 6.23%
R=46.73%
G=47.04%
B=6.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150151200.0100.870.4160.4676.6133.53
Hex9697141057293c4d22
Octal2262272410127517411542
Binary1001011010010111101001010101111010011111001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969714; }

 p { color: rgb(150,151,20); }

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

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

 a { background-color: rgb(150,151,20); }

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

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

 span { border-color: rgb(150,151,20); }

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