#9BAA1F

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

Shades of Citron #9BAA1F

Tints of Citron #9BAA1F

Color information

#9BAA1F (or 0x9BAA1F) is unknown color: approx Citron. HEX triplet: 9B, AA and 1F. RGB value is (155,170,31). Sum of RGB (Red+Green+Blue) = 155+170+31=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAA1F is #6455E0. Grayscale: #969696. Windows color (decimal): -6575585 or 2075291. OLE color: 2075291.

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

Color convert

RGB15517031-
CMYK0.0900.820.33
HSL66.47º69.15%39.41%-
HSV(B)66.47º81.76%66.67%-
XYZ28.1435.826.73-
YUV149.6761.03131.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 170 (66.80% from 255) = 47.75%
BLUE value IS 31 (12.5% from 255) = 8.71%
R=43.54%
G=47.75%
B=8.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155170310.0900.820.3366.4769.1539.41
Hex9BAA1F905221424527
Octal233252371101224110210547
Binary10011011101010101111110010101001010000110000101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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