Html Css Color HEX #9DB701 Citrus

📋 copy color: '#9DB701'

red 157 ◦ green 183 ◦ blue 1

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

Shades of Citrus #9DB701

Tints of Citrus #9DB701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.67%

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

R = 46.04%
G = 53.67%
B = 0.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#9DB701 (or 0x9DB701) is known color: Citrus. HEX triplet: 9D, B7 and 01. RGB value is (157,183,1). Sum of RGB (Red+Green+Blue) = 157+183+1=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB701 is #6248FE. Grayscale: #9B9B9B. Windows color (decimal): -6441215 or 112541. OLE color: 112541.

HSL color Cylindrical-coordinate representation of color #9DB701: hue angle of 68.57º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DB701 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 157 183 1 -
CMYK 0.14 0 0.99 0.28
HSL 68.57º 0.99% 0.36% -
HSV(B) 68.57º 0.99% 0.72% -
XYZ 30.84 41.04 6.32 -
YUV 154.48 41.39 129.8 -
System Red Green Blue C M Y K H S L
Decimal 157 183 1 0.14 0 0.99 0.28 68.57 0.99 0.36
Hex 9D B7 1 E 0 63 1C 45 63 24
Octal 235 267 1 16 0 143 34 105 143 44
Binary 10011101 10110111 1 1110 0 1100011 11100 1000101 1100011 100100

Color Harmonies of #9DB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB701

Black with #9DB701

Text Example


Text Example

White with #9DB701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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