Html Css Color HEX #9DB04B Green Smoke

📋 copy color: '#9DB04B'

red 157 ◦ green 176 ◦ blue 75

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

Shades of Green Smoke #9DB04B

Tints of Green Smoke #9DB04B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.14%

 BLUE value IS 75 (29.69% from 255) = 18.38%

R = 38.48%
G = 43.14%
B = 18.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#9DB04B (or 0x9DB04B) is known color: Green Smoke. HEX triplet: 9D, B0 and 4B. RGB value is (157,176,75). Sum of RGB (Red+Green+Blue) = 157+176+75=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB04B is #624FB4. Grayscale: #9F9F9F. Windows color (decimal): -6442933 or 4960413. OLE color: 4960413.

HSL color Cylindrical-coordinate representation of color #9DB04B: hue angle of 71.29º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DB04B is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 176 75 -
CMYK 0.11 0 0.57 0.31
HSL 71.29º 0.4% 0.49% -
HSV(B) 71.29º 0.57% 0.69% -
XYZ 30.7 38.73 12.51 -
YUV 158.81 80.71 126.71 -
System Red Green Blue C M Y K H S L
Decimal 157 176 75 0.11 0 0.57 0.31 71.29 0.4 0.49
Hex 9D B0 4B B 0 39 1F 47 28 31
Octal 235 260 113 13 0 71 37 107 50 61
Binary 10011101 10110000 1001011 1011 0 111001 11111 1000111 101000 110001

Color Harmonies of #9DB04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB04B

Black with #9DB04B

Text Example


Text Example

White with #9DB04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,176,75); }

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

background-color css

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

 a { background-color: rgb(157,176,75); }

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

border-color css

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

 span { border-color: rgb(157,176,75); }

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