Html Css Color HEX #9DB716 Citrus

📋 copy color: '#9DB716'

red 157 ◦ green 183 ◦ blue 22

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

Shades of Citrus #9DB716

Tints of Citrus #9DB716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.08%

R = 43.37%
G = 50.55%
B = 6.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#9DB716 (or 0x9DB716) is known color: Citrus. HEX triplet: 9D, B7 and 16. RGB value is (157,183,22). Sum of RGB (Red+Green+Blue) = 157+183+22=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB716 is #6248E9. Grayscale: #9D9D9D. Windows color (decimal): -6441194 or 1488797. OLE color: 1488797.

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

Color convert

RGB 157 183 22 -
CMYK 0.14 0 0.88 0.28
HSL 69.69º 0.79% 0.4% -
HSV(B) 69.69º 0.88% 0.72% -
XYZ 30.98 41.09 7.06 -
YUV 156.87 51.89 128.09 -
System Red Green Blue C M Y K H S L
Decimal 157 183 22 0.14 0 0.88 0.28 69.69 0.79 0.4
Hex 9D B7 16 E 0 58 1C 46 4F 28
Octal 235 267 26 16 0 130 34 106 117 50
Binary 10011101 10110111 10110 1110 0 1011000 11100 1000110 1001111 101000

Color Harmonies of #9DB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB716

Black with #9DB716

Text Example


Text Example

White with #9DB716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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