#9BA107

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

Shades of Citrus #9BA107

Tints of Citrus #9BA107

Color information

#9BA107 (or 0x9BA107) is unknown color: approx Citrus. HEX triplet: 9B, A1 and 07. RGB value is (155,161,7). Sum of RGB (Red+Green+Blue) = 155+161+7=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA107 is #645EF8. Grayscale: #8E8E8E. Windows color (decimal): -6577913 or 500123. OLE color: 500123.

HSL color Cylindrical-coordinate representation of color #9BA107: hue angle of 62.34º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BA107 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB1551617-
CMYK0.0400.960.37
HSL62.34º91.67%32.94%-
HSV(B)62.34º95.65%63.14%-
XYZ26.332.475.08-
YUV141.6552.01137.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 161 (63.28% from 255) = 49.85%
BLUE value IS 7 (3.12% from 255) = 2.17%
R=47.99%
G=49.85%
B=2.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15516170.0400.960.3762.3491.6732.94
Hex9BA174060253e5c21
Octal233241740140457613441
Binary1001101110100001111100011000001001011111101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,161,7); }

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

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

 a { background-color: rgb(155,161,7); }

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

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

 span { border-color: rgb(155,161,7); }

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