#9BB316

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

Shades of Citrus #9BB316

Tints of Citrus #9BB316

Color information

#9BB316 (or 0x9BB316) is unknown color: approx Citrus. HEX triplet: 9B, B3 and 16. RGB value is (155,179,22). Sum of RGB (Red+Green+Blue) = 155+179+22=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB316 is #644CE9. Grayscale: #9A9A9A. Windows color (decimal): -6573290 or 1487771. OLE color: 1487771.

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

Color convert

RGB15517922-
CMYK0.1300.880.30
HSL69.17º78.11%39.41%-
HSV(B)69.17º87.71%70.2%-
XYZ29.7839.276.77-
YUV153.9353.55128.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 179 (70.31% from 255) = 50.28%
BLUE value IS 22 (8.98% from 255) = 6.18%
R=43.54%
G=50.28%
B=6.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal155179220.1300.880.3069.1778.1139.41
Hex9BB316D0581E454e27
Octal233263261501303610511647
Binary1001101110110011101101101010110001111010001011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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