Html Css Color HEX #9DB001 Citrus

📋 copy color: '#9DB001'

red 157 ◦ green 176 ◦ blue 1

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

Shades of Citrus #9DB001

Tints of Citrus #9DB001

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.69%

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

R = 47.01%
G = 52.69%
B = 0.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#9DB001 (or 0x9DB001) is known color: Citrus. HEX triplet: 9D, B0 and 01. RGB value is (157,176,1). Sum of RGB (Red+Green+Blue) = 157+176+1=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 176 (69.14% from 255 or 52.69% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB001 is #624FFE. Grayscale: #979797. Windows color (decimal): -6443007 or 110749. OLE color: 110749.

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

Color convert

RGB 157 176 1 -
CMYK 0.11 0 0.99 0.31
HSL 66.51º 0.99% 0.35% -
HSV(B) 66.51º 0.99% 0.69% -
XYZ 29.44 38.22 5.85 -
YUV 150.37 43.71 132.73 -
System Red Green Blue C M Y K H S L
Decimal 157 176 1 0.11 0 0.99 0.31 66.51 0.99 0.35
Hex 9D B0 1 B 0 63 1F 43 63 23
Octal 235 260 1 13 0 143 37 103 143 43
Binary 10011101 10110000 1 1011 0 1100011 11111 1000011 1100011 100011

Color Harmonies of #9DB001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB001

Black with #9DB001

Text Example


Text Example

White with #9DB001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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