Html Css Color HEX #9DB65A Green Smoke

📋 copy color: '#9DB65A'

red 157 ◦ green 182 ◦ blue 90

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

Shades of Green Smoke #9DB65A

Tints of Green Smoke #9DB65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.98%

R = 36.6%
G = 42.42%
B = 20.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#9DB65A (or 0x9DB65A) is known color: Green Smoke. HEX triplet: 9D, B6 and 5A. RGB value is (157,182,90). Sum of RGB (Red+Green+Blue) = 157+182+90=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB65A is #6249A5. Grayscale: #A4A4A4. Windows color (decimal): -6441382 or 5944989. OLE color: 5944989.

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

Color convert

RGB 157 182 90 -
CMYK 0.14 0 0.51 0.29
HSL 76.3º 0.39% 0.53% -
HSV(B) 76.3º 0.51% 0.71% -
XYZ 32.48 41.36 15.94 -
YUV 164.04 86.22 122.98 -
System Red Green Blue C M Y K H S L
Decimal 157 182 90 0.14 0 0.51 0.29 76.3 0.39 0.53
Hex 9D B6 5A E 0 33 1D 4C 27 35
Octal 235 266 132 16 0 63 35 114 47 65
Binary 10011101 10110110 1011010 1110 0 110011 11101 1001100 100111 110101

Color Harmonies of #9DB65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB65A

Black with #9DB65A

Text Example


Text Example

White with #9DB65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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