Html Css Color HEX #9DB101 Citrus

📋 copy color: '#9DB101'

red 157 ◦ green 177 ◦ blue 1

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

Shades of Citrus #9DB101

Tints of Citrus #9DB101

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.84%

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

R = 46.87%
G = 52.84%
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

#9DB101 (or 0x9DB101) is known color: Citrus. HEX triplet: 9D, B1 and 01. RGB value is (157,177,1). Sum of RGB (Red+Green+Blue) = 157+177+1=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 177 (69.53% from 255 or 52.84% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB101 is #624EFE. Grayscale: #979797. Windows color (decimal): -6442751 or 111005. OLE color: 111005.

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

Color convert

RGB 157 177 1 -
CMYK 0.11 0 0.99 0.31
HSL 66.82º 0.99% 0.35% -
HSV(B) 66.82º 0.99% 0.69% -
XYZ 29.63 38.61 5.92 -
YUV 150.96 43.37 132.31 -
System Red Green Blue C M Y K H S L
Decimal 157 177 1 0.11 0 0.99 0.31 66.82 0.99 0.35
Hex 9D B1 1 B 0 63 1F 43 63 23
Octal 235 261 1 13 0 143 37 103 143 43
Binary 10011101 10110001 1 1011 0 1100011 11111 1000011 1100011 100011

Color Harmonies of #9DB101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB101

Black with #9DB101

Text Example


Text Example

White with #9DB101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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