#9BA400

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

Shades of Citrus #9BA400

Tints of Citrus #9BA400

Color information

#9BA400 (or 0x9BA400) is unknown color: approx Citrus. HEX triplet: 9B, A4 and 00. RGB value is (155,164,0). Sum of RGB (Red+Green+Blue) = 155+164+0=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA400 is #645BFF. Grayscale: #8F8F8F. Windows color (decimal): -6577152 or 42139. OLE color: 42139.

HSL color Cylindrical-coordinate representation of color #9BA400: hue angle of 63.29º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BA400 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB1551640-
CMYK0.05010.36
HSL63.29º100%32.16%-
HSV(B)63.29º100%64.31%-
XYZ26.7933.525.06-
YUV142.6147.52136.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.59%
GREEN value IS 164 (64.45% from 255) = 51.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.59%
G=51.41%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15516400.05010.3663.2910032.16
Hex9BA405064243f6420
Octal233244050144447714440
Binary10011011101001000101011001001001001111111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,164,0); }

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

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

 a { background-color: rgb(155,164,0); }

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

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

 span { border-color: rgb(155,164,0); }

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