#9B9B2F

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

Shades of Citron #9B9B2F

Tints of Citron #9B9B2F

Color information

#9B9B2F (or 0x9B9B2F) is unknown color: approx Citron. HEX triplet: 9B, 9B and 2F. RGB value is (155,155,47). Sum of RGB (Red+Green+Blue) = 155+155+47=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 155 - color contains mainly: red, green. Hex color #9B9B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9B2F is #6464D0. Grayscale: #8F8F8F. Windows color (decimal): -6579409 or 3120027. OLE color: 3120027.

HSL color Cylindrical-coordinate representation of color #9B9B2F: hue angle of 60º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B9B2F is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB15515547-
CMYK000.700.39
HSL60º53.47%39.61%-
HSV(B)60º69.68%60.78%-
XYZ25.7530.627.24-
YUV142.6974136.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.42%
GREEN value IS 155 (60.94% from 255) = 43.42%
BLUE value IS 47 (18.75% from 255) = 13.17%
R=43.42%
G=43.42%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515547000.700.396053.4739.61
Hex9B9B2F0046273c3528
Octal233233570010647746550
Binary1001101110011011101111001000110100111111100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,155,47); }

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

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

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

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

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

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

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