#9BA606

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

Shades of Citrus #9BA606

Tints of Citrus #9BA606

Color information

#9BA606 (or 0x9BA606) is unknown color: approx Citrus. HEX triplet: 9B, A6 and 06. RGB value is (155,166,6). Sum of RGB (Red+Green+Blue) = 155+166+6=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA606 is #6459F9. Grayscale: #919191. Windows color (decimal): -6576634 or 435867. OLE color: 435867.

HSL color Cylindrical-coordinate representation of color #9BA606: hue angle of 64.12º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BA606 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1551666-
CMYK0.0700.960.35
HSL64.12º93.02%33.73%-
HSV(B)64.12º96.39%65.1%-
XYZ27.1934.255.35-
YUV144.4749.86135.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.40%
GREEN value IS 166 (65.23% from 255) = 50.76%
BLUE value IS 6 (2.73% from 255) = 1.83%
R=47.40%
G=50.76%
B=1.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15516660.0700.960.3564.1293.0233.73
Hex9BA66706023405d22
Octal2332466701404310013542
Binary10011011101001101101110110000010001110000001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,166,6); }

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

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

 a { background-color: rgb(155,166,6); }

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

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

 span { border-color: rgb(155,166,6); }

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