#9BA60C

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

Shades of Citrus #9BA60C

Tints of Citrus #9BA60C

Color information

#9BA60C (or 0x9BA60C) is unknown color: approx Citrus. HEX triplet: 9B, A6 and 0C. RGB value is (155,166,12). Sum of RGB (Red+Green+Blue) = 155+166+12=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 166 (65.23% from 255 or 49.85% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA60C is #6459F3. Grayscale: #919191. Windows color (decimal): -6576628 or 829083. OLE color: 829083.

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

Color convert

RGB15516612-
CMYK0.0700.930.35
HSL64.29º86.52%34.9%-
HSV(B)64.29º92.77%65.1%-
XYZ27.2234.275.53-
YUV145.1552.86135.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.55%
GREEN value IS 166 (65.23% from 255) = 49.85%
BLUE value IS 12 (5.08% from 255) = 3.60%
R=46.55%
G=49.85%
B=3.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal155166120.0700.930.3564.2986.5234.9
Hex9BA6C705D23405723
Octal23324614701354310012743
Binary100110111010011011001110101110110001110000001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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