#9A9F06

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

Shades of Citrus #9A9F06

Tints of Citrus #9A9F06

Color information

#9A9F06 (or 0x9A9F06) is unknown color: approx Citrus. HEX triplet: 9A, 9F and 06. RGB value is (154,159,6). Sum of RGB (Red+Green+Blue) = 154+159+6=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #9A9F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9F06 is #6560F9. Grayscale: #8C8C8C. Windows color (decimal): -6643962 or 434074. OLE color: 434074.

HSL color Cylindrical-coordinate representation of color #9A9F06: hue angle of 61.96º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A9F06 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB1541596-
CMYK0.0300.960.38
HSL61.96º92.73%32.35%-
HSV(B)61.96º96.23%62.35%-
XYZ25.7631.684.93-
YUV140.0652.34137.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.28%
GREEN value IS 159 (62.5% from 255) = 49.84%
BLUE value IS 6 (2.73% from 255) = 1.88%
R=48.28%
G=49.84%
B=1.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15415960.0300.960.3861.9692.7332.35
Hex9A9F63060263e5d20
Octal232237630140467613540
Binary100110101001111111011011000001001101111101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A9F06; }

 p { color: rgb(154,159,6); }

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

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

 a { background-color: rgb(154,159,6); }

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

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

 span { border-color: rgb(154,159,6); }

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