Html Css Color HEX #9DB216 Citrus

📋 copy color: '#9DB216'

red 157 ◦ green 178 ◦ blue 22

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

Shades of Citrus #9DB216

Tints of Citrus #9DB216

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.86%

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

R = 43.98%
G = 49.86%
B = 6.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#9DB216 (or 0x9DB216) is known color: Citrus. HEX triplet: 9D, B2 and 16. RGB value is (157,178,22). Sum of RGB (Red+Green+Blue) = 157+178+22=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB216 is #624DE9. Grayscale: #9A9A9A. Windows color (decimal): -6442474 or 1487517. OLE color: 1487517.

HSL color Cylindrical-coordinate representation of color #9DB216: hue angle of 68.08º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DB216 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 178 22 -
CMYK 0.12 0 0.88 0.30
HSL 68.08º 0.78% 0.39% -
HSV(B) 68.08º 0.88% 0.7% -
XYZ 29.97 39.07 6.72 -
YUV 153.94 53.54 130.18 -
System Red Green Blue C M Y K H S L
Decimal 157 178 22 0.12 0 0.88 0.30 68.08 0.78 0.39
Hex 9D B2 16 C 0 58 1E 44 4E 27
Octal 235 262 26 14 0 130 36 104 116 47
Binary 10011101 10110010 10110 1100 0 1011000 11110 1000100 1001110 100111

Color Harmonies of #9DB216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB216

Black with #9DB216

Text Example


Text Example

White with #9DB216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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