Html Css Color HEX #9DB614 Citrus

📋 copy color: '#9DB614'

red 157 ◦ green 182 ◦ blue 20

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

Shades of Citrus #9DB614

Tints of Citrus #9DB614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.7%

 BLUE value IS 20 (8.2% from 255) = 5.57%

R = 43.73%
G = 50.7%
B = 5.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#9DB614 (or 0x9DB614) is known color: Citrus. HEX triplet: 9D, B6 and 14. RGB value is (157,182,20). Sum of RGB (Red+Green+Blue) = 157+182+20=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB614 is #6249EB. Grayscale: #9C9C9C. Windows color (decimal): -6441452 or 1357469. OLE color: 1357469.

HSL color Cylindrical-coordinate representation of color #9DB614: hue angle of 69.26º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9DB614 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 182 20 -
CMYK 0.14 0 0.89 0.29
HSL 69.26º 0.8% 0.4% -
HSV(B) 69.26º 0.89% 0.71% -
XYZ 30.76 40.67 6.89 -
YUV 156.06 51.22 128.67 -
System Red Green Blue C M Y K H S L
Decimal 157 182 20 0.14 0 0.89 0.29 69.26 0.8 0.4
Hex 9D B6 14 E 0 59 1D 45 50 28
Octal 235 266 24 16 0 131 35 105 120 50
Binary 10011101 10110110 10100 1110 0 1011001 11101 1000101 1010000 101000

Color Harmonies of #9DB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB614

Black with #9DB614

Text Example


Text Example

White with #9DB614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,182,20); }

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

background-color css

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

 a { background-color: rgb(157,182,20); }

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

border-color css

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

 span { border-color: rgb(157,182,20); }

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