#9BA20F

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

Shades of Citrus #9BA20F

Tints of Citrus #9BA20F

Color information

#9BA20F (or 0x9BA20F) is unknown color: approx Citrus. HEX triplet: 9B, A2 and 0F. RGB value is (155,162,15). Sum of RGB (Red+Green+Blue) = 155+162+15=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA20F is #645DF0. Grayscale: #8F8F8F. Windows color (decimal): -6577649 or 1024667. OLE color: 1024667.

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

Color convert

RGB15516215-
CMYK0.0400.910.36
HSL62.86º83.05%34.71%-
HSV(B)62.86º90.74%63.53%-
XYZ26.5232.845.39-
YUV143.1555.68136.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 162 (63.67% from 255) = 48.80%
BLUE value IS 15 (6.25% from 255) = 4.52%
R=46.69%
G=48.80%
B=4.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal155162150.0400.910.3662.8683.0534.71
Hex9BA2F405B243f5323
Octal2332421740133447712343
Binary10011011101000101111100010110111001001111111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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