#9BA10C

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

Shades of Citrus #9BA10C

Tints of Citrus #9BA10C

Color information

#9BA10C (or 0x9BA10C) is unknown color: approx Citrus. HEX triplet: 9B, A1 and 0C. RGB value is (155,161,12). Sum of RGB (Red+Green+Blue) = 155+161+12=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA10C is #645EF3. Grayscale: #8E8E8E. Windows color (decimal): -6577908 or 827803. OLE color: 827803.

HSL color Cylindrical-coordinate representation of color #9BA10C: hue angle of 62.42º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BA10C is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB15516112-
CMYK0.0400.930.37
HSL62.42º86.13%33.92%-
HSV(B)62.42º92.55%63.14%-
XYZ26.3332.485.23-
YUV142.2254.51137.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 161 (63.28% from 255) = 49.09%
BLUE value IS 12 (5.08% from 255) = 3.66%
R=47.26%
G=49.09%
B=3.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal155161120.0400.930.3762.4286.1333.92
Hex9BA1C405D253e5622
Octal2332411440135457612642
Binary10011011101000011100100010111011001011111101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,161,12); }

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

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

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

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

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

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

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