#9DB602

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

Shades of Citrus #9DB602

Tints of Citrus #9DB602

Color information

#9DB602 (or 0x9DB602) is unknown color: approx Citrus. HEX triplet: 9D, B6 and 02. RGB value is (157,182,2). Sum of RGB (Red+Green+Blue) = 157+182+2=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB602 is #6249FD. Grayscale: #9A9A9A. Windows color (decimal): -6441470 or 177821. OLE color: 177821.

HSL color Cylindrical-coordinate representation of color #9DB602: hue angle of 68.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DB602 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB1571822-
CMYK0.1400.990.29
HSL68.33º97.83%36.08%-
HSV(B)68.33º98.9%71.37%-
XYZ30.6440.636.28-
YUV15442.22130.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.04%
GREEN value IS 182 (71.48% from 255) = 53.37%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=46.04%
G=53.37%
B=0.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15718220.1400.990.2968.3397.8336.08
Hex9DB62E0631D446224
Octal23526621601433510414244
Binary1001110110110110101110011000111110110001001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,182,2); }

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

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

 a { background-color: rgb(157,182,2); }

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

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

 span { border-color: rgb(157,182,2); }

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