#9baa18

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

Shades of Citrus #9BAA18

Tints of Citrus #9BAA18

Color information

#9BAA18 (or 0x9BAA18) is unknown color: approx Citrus. HEX triplet: 9B, AA and 18. RGB value is (155,170,24). Sum of RGB (Red+Green+Blue) = 155+170+24=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAA18 is #6455E7. Grayscale: #959595. Windows color (decimal): -6575592 or 1616539. OLE color: 1616539.

HSL color Cylindrical-coordinate representation of color #9BAA18: hue angle of 66.16º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9BAA18 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB15517024-
CMYK0.0900.860.33
HSL66.16º75.26%38.04%-
HSV(B)66.16º85.88%66.67%-
XYZ28.0635.786.29-
YUV148.8757.53132.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.41%
GREEN value IS 170 (66.80% from 255) = 48.71%
BLUE value IS 24 (9.77% from 255) = 6.88%
R=44.41%
G=48.71%
B=6.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155170240.0900.860.3366.1675.2638.04
Hex9BAA18905621424b26
Octal233252301101264110211346
Binary10011011101010101100010010101011010000110000101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9baa18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,170,24); }

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

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

 a { background-color: rgb(155,170,24); }

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

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

 span { border-color: rgb(155,170,24); }

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