#9BAC0F

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

Shades of Citrus #9BAC0F

Tints of Citrus #9BAC0F

Color information

#9BAC0F (or 0x9BAC0F) is unknown color: approx Citrus. HEX triplet: 9B, AC and 0F. RGB value is (155,172,15). Sum of RGB (Red+Green+Blue) = 155+172+15=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAC0F is #6453F0. Grayscale: #959595. Windows color (decimal): -6575089 or 1027227. OLE color: 1027227.

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

Color convert

RGB15517215-
CMYK0.1000.910.33
HSL66.5º83.96%36.67%-
HSV(B)66.5º91.28%67.45%-
XYZ28.3636.516-
YUV149.0252.37132.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.32%
GREEN value IS 172 (67.58% from 255) = 50.29%
BLUE value IS 15 (6.25% from 255) = 4.39%
R=45.32%
G=50.29%
B=4.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155172150.1000.910.3366.583.9636.67
Hex9BACFA05B21425425
Octal233254171201334110212445
Binary1001101110101100111110100101101110000110000101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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