#9BAB0A

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

Shades of Citrus #9BAB0A

Tints of Citrus #9BAB0A

Color information

#9BAB0A (or 0x9BAB0A) is unknown color: approx Citrus. HEX triplet: 9B, AB and 0A. RGB value is (155,171,10). Sum of RGB (Red+Green+Blue) = 155+171+10=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAB0A is #6454F5. Grayscale: #949494. Windows color (decimal): -6575350 or 699291. OLE color: 699291.

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

Color convert

RGB15517110-
CMYK0.0900.940.33
HSL65.96º88.95%35.49%-
HSV(B)65.96º94.15%67.06%-
XYZ28.1436.125.78-
YUV147.8650.2133.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 171 (67.19% from 255) = 50.89%
BLUE value IS 10 (4.30% from 255) = 2.98%
R=46.13%
G=50.89%
B=2.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155171100.0900.940.3365.9688.9535.49
Hex9BABA905E21425923
Octal233253121101364110213143
Binary1001101110101011101010010101111010000110000101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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