Html Css Color HEX #9DB401 Citrus

📋 copy color: '#9DB401'

red 157 ◦ green 180 ◦ blue 1

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

Shades of Citrus #9DB401

Tints of Citrus #9DB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.25%

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

R = 46.45%
G = 53.25%
B = 0.3%

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

#9DB401 (or 0x9DB401) is known color: Citrus. HEX triplet: 9D, B4 and 01. RGB value is (157,180,1). Sum of RGB (Red+Green+Blue) = 157+180+1=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB401 is #624BFE. Grayscale: #999999. Windows color (decimal): -6441983 or 111773. OLE color: 111773.

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

Color convert

RGB 157 180 1 -
CMYK 0.13 0 0.99 0.29
HSL 67.71º 0.99% 0.35% -
HSV(B) 67.71º 0.99% 0.71% -
XYZ 30.23 39.81 6.12 -
YUV 152.72 42.38 131.05 -
System Red Green Blue C M Y K H S L
Decimal 157 180 1 0.13 0 0.99 0.29 67.71 0.99 0.35
Hex 9D B4 1 D 0 63 1D 44 63 23
Octal 235 264 1 15 0 143 35 104 143 43
Binary 10011101 10110100 1 1101 0 1100011 11101 1000100 1100011 100011

Color Harmonies of #9DB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB401

Black with #9DB401

Text Example


Text Example

White with #9DB401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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