#9BAB0F

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

Shades of Citrus #9BAB0F

Tints of Citrus #9BAB0F

Color information

#9BAB0F (or 0x9BAB0F) is unknown color: approx Citrus. HEX triplet: 9B, AB and 0F. RGB value is (155,171,15). Sum of RGB (Red+Green+Blue) = 155+171+15=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAB0F is #6454F0. Grayscale: #959595. Windows color (decimal): -6575345 or 1026971. OLE color: 1026971.

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

Color convert

RGB15517115-
CMYK0.0900.910.33
HSL66.15º83.87%36.47%-
HSV(B)66.15º91.23%67.06%-
XYZ28.1736.135.94-
YUV148.4352.7132.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 171 (67.19% from 255) = 50.15%
BLUE value IS 15 (6.25% from 255) = 4.40%
R=45.45%
G=50.15%
B=4.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155171150.0900.910.3366.1583.8736.47
Hex9BABF905B21425424
Octal233253171101334110212444
Binary1001101110101011111110010101101110000110000101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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