Html Css Color HEX #9DB502 Citrus

📋 copy color: '#9DB502'

red 157 ◦ green 181 ◦ blue 2

#9DB502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #9DB502

Tints of Citrus #9DB502

RGB

 RED value IS 157 (61.72% from 255) = 46.18%

 GREEN value IS 181 (71.09% from 255) = 53.24%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 46.18%
G = 53.24%
B = 0.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#9DB502 (or 0x9DB502) is known color: Citrus. HEX triplet: 9D, B5 and 02. RGB value is (157,181,2). Sum of RGB (Red+Green+Blue) = 157+181+2=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB502 is #624AFD. Grayscale: #9A9A9A. Windows color (decimal): -6441726 or 177565. OLE color: 177565.

HSL color Cylindrical-coordinate representation of color #9DB502: hue angle of 68.04º 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 #9DB502 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 181 2 -
CMYK 0.13 0 0.99 0.29
HSL 68.04º 0.98% 0.36% -
HSV(B) 68.04º 0.99% 0.71% -
XYZ 30.44 40.22 6.22 -
YUV 153.42 42.55 130.55 -
System Red Green Blue C M Y K H S L
Decimal 157 181 2 0.13 0 0.99 0.29 68.04 0.98 0.36
Hex 9D B5 2 D 0 63 1D 44 62 24
Octal 235 265 2 15 0 143 35 104 142 44
Binary 10011101 10110101 10 1101 0 1100011 11101 1000100 1100010 100100

Color Harmonies of #9DB502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB502

Black with #9DB502

Text Example


Text Example

White with #9DB502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DB502;
 }
 .AnyTagClassName
 {
   color: #9DB502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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