#9BBA11

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

Shades of Citrus #9BBA11

Tints of Citrus #9BBA11

Color information

#9BBA11 (or 0x9BBA11) is unknown color: approx Citrus. HEX triplet: 9B, BA and 11. RGB value is (155,186,17). Sum of RGB (Red+Green+Blue) = 155+186+17=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBA11 is #6445EE. Grayscale: #9E9E9E. Windows color (decimal): -6571503 or 1161883. OLE color: 1161883.

HSL color Cylindrical-coordinate representation of color #9BBA11: hue angle of 71.01º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BBA11 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB15518617-
CMYK0.1700.910.27
HSL71.01º83.25%39.8%-
HSV(B)71.01º90.86%72.94%-
XYZ31.1842.137.02-
YUV157.4648.73126.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.30%
GREEN value IS 186 (73.05% from 255) = 51.96%
BLUE value IS 17 (7.03% from 255) = 4.75%
R=43.30%
G=51.96%
B=4.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155186170.1700.910.2771.0183.2539.8
Hex9BBA111105B1B475328
Octal233272212101333310712350
Binary10011011101110101000110001010110111101110001111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,186,17); }

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

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

 a { background-color: rgb(155,186,17); }

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

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

 span { border-color: rgb(155,186,17); }

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