Html Css Color HEX #9DB605 Citrus

📋 copy color: '#9DB605'

red 157 ◦ green 182 ◦ blue 5

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

Shades of Citrus #9DB605

Tints of Citrus #9DB605

RGB

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

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

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

R = 45.64%
G = 52.91%
B = 1.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#9DB605 (or 0x9DB605) is known color: Citrus. HEX triplet: 9D, B6 and 05. RGB value is (157,182,5). Sum of RGB (Red+Green+Blue) = 157+182+5=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB605 is #6249FA. Grayscale: #9B9B9B. Windows color (decimal): -6441467 or 374429. OLE color: 374429.

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

Color convert

RGB 157 182 5 -
CMYK 0.14 0 0.97 0.29
HSL 68.47º 0.95% 0.37% -
HSV(B) 68.47º 0.97% 0.71% -
XYZ 30.66 40.63 6.37 -
YUV 154.35 43.72 129.89 -
System Red Green Blue C M Y K H S L
Decimal 157 182 5 0.14 0 0.97 0.29 68.47 0.95 0.37
Hex 9D B6 5 E 0 61 1D 44 5F 25
Octal 235 266 5 16 0 141 35 104 137 45
Binary 10011101 10110110 101 1110 0 1100001 11101 1000100 1011111 100101

Color Harmonies of #9DB605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB605

Black with #9DB605

Text Example


Text Example

White with #9DB605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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