Html Css Color HEX #9DB913 Citrus

📋 copy color: '#9DB913'

red 157 ◦ green 185 ◦ blue 19

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

Shades of Citrus #9DB913

Tints of Citrus #9DB913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.25%

 BLUE value IS 19 (7.81% from 255) = 5.26%

R = 43.49%
G = 51.25%
B = 5.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#9DB913 (or 0x9DB913) is known color: Citrus. HEX triplet: 9D, B9 and 13. RGB value is (157,185,19). Sum of RGB (Red+Green+Blue) = 157+185+19=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB913 is #6246EC. Grayscale: #9E9E9E. Windows color (decimal): -6440685 or 1292701. OLE color: 1292701.

HSL color Cylindrical-coordinate representation of color #9DB913: hue angle of 70.12º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DB913 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 185 19 -
CMYK 0.15 0 0.90 0.27
HSL 70.12º 0.81% 0.4% -
HSV(B) 70.12º 0.9% 0.73% -
XYZ 31.37 41.91 7.05 -
YUV 157.7 49.72 127.5 -
System Red Green Blue C M Y K H S L
Decimal 157 185 19 0.15 0 0.90 0.27 70.12 0.81 0.4
Hex 9D B9 13 F 0 5A 1B 46 51 28
Octal 235 271 23 17 0 132 33 106 121 50
Binary 10011101 10111001 10011 1111 0 1011010 11011 1000110 1010001 101000

Color Harmonies of #9DB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB913

Black with #9DB913

Text Example


Text Example

White with #9DB913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,185,19); }

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

background-color css

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

 a { background-color: rgb(157,185,19); }

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

border-color css

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

 span { border-color: rgb(157,185,19); }

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