#9BB904

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

Shades of Citrus #9BB904

Tints of Citrus #9BB904

Color information

#9BB904 (or 0x9BB904) is unknown color: approx Citrus. HEX triplet: 9B, B9 and 04. RGB value is (155,185,4). Sum of RGB (Red+Green+Blue) = 155+185+4=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB904 is #6446FB. Grayscale: #9C9C9C. Windows color (decimal): -6571772 or 309659. OLE color: 309659.

HSL color Cylindrical-coordinate representation of color #9BB904: hue angle of 69.94º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BB904 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1551854-
CMYK0.1600.980.27
HSL69.94º95.77%37.06%-
HSV(B)69.94º97.84%72.55%-
XYZ30.8941.686.53-
YUV155.442.56127.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.06%
GREEN value IS 185 (72.66% from 255) = 53.78%
BLUE value IS 4 (1.95% from 255) = 1.16%
R=45.06%
G=53.78%
B=1.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15518540.1600.980.2769.9495.7737.06
Hex9BB94100621B466025
Octal23327142001423310614045
Binary100110111011100110010000011000101101110001101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,185,4); }

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

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

 a { background-color: rgb(155,185,4); }

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

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

 span { border-color: rgb(155,185,4); }

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