Html Css Color HEX #9DB501 Citrus

📋 copy color: '#9DB501'

red 157 ◦ green 181 ◦ blue 1

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

Shades of Citrus #9DB501

Tints of Citrus #9DB501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 46.31%
G = 53.39%
B = 0.29%

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

#9DB501 (or 0x9DB501) is known color: Citrus. HEX triplet: 9D, B5 and 01. RGB value is (157,181,1). Sum of RGB (Red+Green+Blue) = 157+181+1=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB501 is #624AFE. Grayscale: #9A9A9A. Windows color (decimal): -6441727 or 112029. OLE color: 112029.

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

Color convert

RGB 157 181 1 -
CMYK 0.13 0 0.99 0.29
HSL 68º 0.99% 0.36% -
HSV(B) 68º 0.99% 0.71% -
XYZ 30.43 40.22 6.19 -
YUV 153.3 42.05 130.64 -
System Red Green Blue C M Y K H S L
Decimal 157 181 1 0.13 0 0.99 0.29 68 0.99 0.36
Hex 9D B5 1 D 0 63 1D 44 63 24
Octal 235 265 1 15 0 143 35 104 143 44
Binary 10011101 10110101 1 1101 0 1100011 11101 1000100 1100011 100100

Color Harmonies of #9DB501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB501

Black with #9DB501

Text Example


Text Example

White with #9DB501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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