#9BA20B

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

Shades of Citrus #9BA20B

Tints of Citrus #9BA20B

Color information

#9BA20B (or 0x9BA20B) is unknown color: approx Citrus. HEX triplet: 9B, A2 and 0B. RGB value is (155,162,11). Sum of RGB (Red+Green+Blue) = 155+162+11=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA20B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA20B is #645DF4. Grayscale: #8F8F8F. Windows color (decimal): -6577653 or 762523. OLE color: 762523.

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

Color convert

RGB15516211-
CMYK0.0400.930.36
HSL62.78º87.28%33.92%-
HSV(B)62.78º93.21%63.53%-
XYZ26.532.835.26-
YUV142.6953.68136.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 162 (63.67% from 255) = 49.39%
BLUE value IS 11 (4.69% from 255) = 3.35%
R=47.26%
G=49.39%
B=3.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal155162110.0400.930.3662.7887.2833.92
Hex9BA2B405D243f5722
Octal2332421340135447712742
Binary10011011101000101011100010111011001001111111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,162,11); }

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

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

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

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

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

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

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