Html Css Color HEX #9DB905 Citrus

📋 copy color: '#9DB905'

red 157 ◦ green 185 ◦ blue 5

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

Shades of Citrus #9DB905

Tints of Citrus #9DB905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 45.24%
G = 53.31%
B = 1.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#9DB905 (or 0x9DB905) is known color: Citrus. HEX triplet: 9D, B9 and 05. RGB value is (157,185,5). Sum of RGB (Red+Green+Blue) = 157+185+5=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB905 is #6246FA. Grayscale: #9C9C9C. Windows color (decimal): -6440699 or 375197. OLE color: 375197.

HSL color Cylindrical-coordinate representation of color #9DB905: hue angle of 69.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DB905 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 185 5 -
CMYK 0.15 0 0.97 0.27
HSL 69.33º 0.95% 0.37% -
HSV(B) 69.33º 0.97% 0.73% -
XYZ 31.28 41.88 6.58 -
YUV 156.11 42.72 128.64 -
System Red Green Blue C M Y K H S L
Decimal 157 185 5 0.15 0 0.97 0.27 69.33 0.95 0.37
Hex 9D B9 5 F 0 61 1B 45 5F 25
Octal 235 271 5 17 0 141 33 105 137 45
Binary 10011101 10111001 101 1111 0 1100001 11011 1000101 1011111 100101

Color Harmonies of #9DB905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB905

Black with #9DB905

Text Example


Text Example

White with #9DB905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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