Html Css Color HEX #9DB514 Citrus

📋 copy color: '#9DB514'

red 157 ◦ green 181 ◦ blue 20

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

Shades of Citrus #9DB514

Tints of Citrus #9DB514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.56%

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

R = 43.85%
G = 50.56%
B = 5.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#9DB514 (or 0x9DB514) is known color: Citrus. HEX triplet: 9D, B5 and 14. RGB value is (157,181,20). Sum of RGB (Red+Green+Blue) = 157+181+20=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB514 is #624AEB. Grayscale: #9C9C9C. Windows color (decimal): -6441708 or 1357213. OLE color: 1357213.

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

Color convert

RGB 157 181 20 -
CMYK 0.13 0 0.89 0.29
HSL 68.94º 0.8% 0.39% -
HSV(B) 68.94º 0.89% 0.71% -
XYZ 30.55 40.27 6.82 -
YUV 155.47 51.55 129.09 -
System Red Green Blue C M Y K H S L
Decimal 157 181 20 0.13 0 0.89 0.29 68.94 0.8 0.39
Hex 9D B5 14 D 0 59 1D 45 50 27
Octal 235 265 24 15 0 131 35 105 120 47
Binary 10011101 10110101 10100 1101 0 1011001 11101 1000101 1010000 100111

Color Harmonies of #9DB514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB514

Black with #9DB514

Text Example


Text Example

White with #9DB514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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