#9BB20F

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

Shades of Citrus #9BB20F

Tints of Citrus #9BB20F

Color information

#9BB20F (or 0x9BB20F) is unknown color: approx Citrus. HEX triplet: 9B, B2 and 0F. RGB value is (155,178,15). Sum of RGB (Red+Green+Blue) = 155+178+15=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BB20F is #644DF0. Grayscale: #999999. Windows color (decimal): -6573553 or 1028763. OLE color: 1028763.

HSL color Cylindrical-coordinate representation of color #9BB20F: hue angle of 68.47º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BB20F is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB15517815-
CMYK0.1300.920.30
HSL68.47º84.46%37.84%-
HSV(B)68.47º91.57%69.8%-
XYZ29.5238.846.39-
YUV152.5450.38129.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.54%
GREEN value IS 178 (69.92% from 255) = 51.15%
BLUE value IS 15 (6.25% from 255) = 4.31%
R=44.54%
G=51.15%
B=4.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal155178150.1300.920.3068.4784.4637.84
Hex9BB2FD05C1E445426
Octal233262171501343610412446
Binary100110111011001011111101010111001111010001001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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