#9FBD00

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

Shades of Citrus #9FBD00

Tints of Citrus #9FBD00

Color information

#9FBD00 (or 0x9FBD00) is unknown color: approx Citrus. HEX triplet: 9F, BD and 00. RGB value is (159,189,0). Sum of RGB (Red+Green+Blue) = 159+189+0=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBD00 is #6042FF. Grayscale: #9F9F9F. Windows color (decimal): -6308608 or 48543. OLE color: 48543.

HSL color Cylindrical-coordinate representation of color #9FBD00: hue angle of 69.52º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FBD00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1591890-
CMYK0.16010.26
HSL69.52º100%37.06%-
HSV(B)69.52º100%74.12%-
XYZ32.543.776.74-
YUV158.4838.56128.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.69%
GREEN value IS 189 (74.22% from 255) = 54.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.69%
G=54.31%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15918900.16010.2669.5210037.06
Hex9FBD0100641A466425
Octal23727502001443210614445
Binary1001111110111101010000011001001101010001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,189,0); }

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

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

 a { background-color: rgb(159,189,0); }

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

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

 span { border-color: rgb(159,189,0); }

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