#9BA70A

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

Shades of Citrus #9BA70A

Tints of Citrus #9BA70A

Color information

#9BA70A (or 0x9BA70A) is unknown color: approx Citrus. HEX triplet: 9B, A7 and 0A. RGB value is (155,167,10). Sum of RGB (Red+Green+Blue) = 155+167+10=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 167 (65.62% from 255 or 50.30% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA70A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA70A is #6458F5. Grayscale: #929292. Windows color (decimal): -6576374 or 698267. OLE color: 698267.

HSL color Cylindrical-coordinate representation of color #9BA70A: hue angle of 64.59º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BA70A is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB15516710-
CMYK0.0700.940.35
HSL64.59º88.7%34.71%-
HSV(B)64.59º94.01%65.49%-
XYZ27.3934.635.53-
YUV145.5151.52134.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 167 (65.62% from 255) = 50.30%
BLUE value IS 10 (4.30% from 255) = 3.01%
R=46.69%
G=50.30%
B=3.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal155167100.0700.940.3564.5988.734.71
Hex9BA7A705E23415923
Octal23324712701364310113143
Binary100110111010011110101110101111010001110000011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,167,10); }

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

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

 a { background-color: rgb(155,167,10); }

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

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

 span { border-color: rgb(155,167,10); }

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