#9FB605

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

Shades of Citrus #9FB605

Tints of Citrus #9FB605

Color information

#9FB605 (or 0x9FB605) is unknown color: approx Citrus. HEX triplet: 9F, B6 and 05. RGB value is (159,182,5). Sum of RGB (Red+Green+Blue) = 159+182+5=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 182 (71.48% from 255 or 52.60% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB605 is #6049FA. Grayscale: #9B9B9B. Windows color (decimal): -6310395 or 374431. OLE color: 374431.

HSL color Cylindrical-coordinate representation of color #9FB605: hue angle of 67.8º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9FB605 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1591825-
CMYK0.1300.970.29
HSL67.8º94.65%36.67%-
HSV(B)67.8º97.25%71.37%-
XYZ31.0540.846.39-
YUV154.9443.38130.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 182 (71.48% from 255) = 52.60%
BLUE value IS 5 (2.34% from 255) = 1.45%
R=45.95%
G=52.60%
B=1.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15918250.1300.970.2967.894.6536.67
Hex9FB65D0611D445f25
Octal23726651501413510413745
Binary10011111101101101011101011000011110110001001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,182,5); }

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

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

 a { background-color: rgb(159,182,5); }

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

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

 span { border-color: rgb(159,182,5); }

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