Html Css Color HEX #9DB816 Citrus

📋 copy color: '#9DB816'

red 157 ◦ green 184 ◦ blue 22

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

Shades of Citrus #9DB816

Tints of Citrus #9DB816

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.69%

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

R = 43.25%
G = 50.69%
B = 6.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#9DB816 (or 0x9DB816) is known color: Citrus. HEX triplet: 9D, B8 and 16. RGB value is (157,184,22). Sum of RGB (Red+Green+Blue) = 157+184+22=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB816 is #6247E9. Grayscale: #9E9E9E. Windows color (decimal): -6440938 or 1489053. OLE color: 1489053.

HSL color Cylindrical-coordinate representation of color #9DB816: hue angle of 70º 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 #9DB816 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 157 184 22 -
CMYK 0.15 0 0.88 0.28
HSL 70º 0.79% 0.4% -
HSV(B) 70º 0.88% 0.72% -
XYZ 31.19 41.51 7.13 -
YUV 157.46 51.55 127.67 -
System Red Green Blue C M Y K H S L
Decimal 157 184 22 0.15 0 0.88 0.28 70 0.79 0.4
Hex 9D B8 16 F 0 58 1C 46 4F 28
Octal 235 270 26 17 0 130 34 106 117 50
Binary 10011101 10111000 10110 1111 0 1011000 11100 1000110 1001111 101000

Color Harmonies of #9DB816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB816

Black with #9DB816

Text Example


Text Example

White with #9DB816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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