#9BAA1C

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

Shades of Citron #9BAA1C

Tints of Citron #9BAA1C

Color information

#9BAA1C (or 0x9BAA1C) is unknown color: approx Citron. HEX triplet: 9B, AA and 1C. RGB value is (155,170,28). Sum of RGB (Red+Green+Blue) = 155+170+28=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAA1C is #6455E3. Grayscale: #959595. Windows color (decimal): -6575588 or 1878683. OLE color: 1878683.

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

Color convert

RGB15517028-
CMYK0.0900.840.33
HSL66.34º71.72%38.82%-
HSV(B)66.34º83.53%66.67%-
XYZ28.135.86.53-
YUV149.3359.53132.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.91%
GREEN value IS 170 (66.80% from 255) = 48.16%
BLUE value IS 28 (11.33% from 255) = 7.93%
R=43.91%
G=48.16%
B=7.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155170280.0900.840.3366.3471.7238.82
Hex9BAA1C905421424827
Octal233252341101244110211047
Binary10011011101010101110010010101010010000110000101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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