#9BB016

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

Shades of Citrus #9BB016

Tints of Citrus #9BB016

Color information

#9BB016 (or 0x9BB016) is unknown color: approx Citrus. HEX triplet: 9B, B0 and 16. RGB value is (155,176,22). Sum of RGB (Red+Green+Blue) = 155+176+22=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BB016 is #644FE9. Grayscale: #989898. Windows color (decimal): -6574058 or 1487003. OLE color: 1487003.

HSL color Cylindrical-coordinate representation of color #9BB016: hue angle of 68.18º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BB016 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB15517622-
CMYK0.1200.880.31
HSL68.18º77.78%38.82%-
HSV(B)68.18º87.5%69.02%-
XYZ29.1938.086.57-
YUV152.1654.54130.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.91%
GREEN value IS 176 (69.14% from 255) = 49.86%
BLUE value IS 22 (8.98% from 255) = 6.23%
R=43.91%
G=49.86%
B=6.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155176220.1200.880.3168.1877.7838.82
Hex9BB016C0581F444e27
Octal233260261401303710411647
Binary1001101110110000101101100010110001111110001001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,176,22); }

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

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

 a { background-color: rgb(155,176,22); }

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

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

 span { border-color: rgb(155,176,22); }

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