#9BA31C

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

Shades of Citron #9BA31C

Tints of Citron #9BA31C

Color information

#9BA31C (or 0x9BA31C) is unknown color: approx Citron. HEX triplet: 9B, A3 and 1C. RGB value is (155,163,28). Sum of RGB (Red+Green+Blue) = 155+163+28=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA31C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA31C is #645CE3. Grayscale: #919191. Windows color (decimal): -6577380 or 1876891. OLE color: 1876891.

HSL color Cylindrical-coordinate representation of color #9BA31C: hue angle of 63.56º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9BA31C is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB15516328-
CMYK0.0500.830.36
HSL63.56º70.68%37.45%-
HSV(B)63.56º82.82%63.92%-
XYZ26.8233.256.1-
YUV145.2261.85134.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.80%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 28 (11.33% from 255) = 8.09%
R=44.80%
G=47.11%
B=8.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal155163280.0500.830.3663.5670.6837.45
Hex9BA31C505324404725
Octal23324334501234410010745
Binary1001101110100011111001010101001110010010000001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,163,28); }

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

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

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

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

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

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

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