Html Css Color HEX #9BB85D Green Smoke

📋 copy color: '#9BB85D'

red 155 ◦ green 184 ◦ blue 93

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

Shades of Green Smoke #9BB85D

Tints of Green Smoke #9BB85D

RGB

 RED value IS 155 (60.94% from 255) = 35.88%

 GREEN value IS 184 (72.27% from 255) = 42.59%

 BLUE value IS 93 (36.72% from 255) = 21.53%

R = 35.88%
G = 42.59%
B = 21.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#9BB85D (or 0x9BB85D) is known color: Green Smoke. HEX triplet: 9B, B8 and 5D. RGB value is (155,184,93). Sum of RGB (Red+Green+Blue) = 155+184+93=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB85D is #6447A2. Grayscale: #A5A5A5. Windows color (decimal): -6571939 or 6142107. OLE color: 6142107.

HSL color Cylindrical-coordinate representation of color #9BB85D: hue angle of 79.12º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BB85D is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 184 93 -
CMYK 0.16 0 0.49 0.28
HSL 79.12º 0.39% 0.54% -
HSV(B) 79.12º 0.49% 0.72% -
XYZ 32.63 42.04 16.75 -
YUV 164.96 87.39 120.9 -
System Red Green Blue C M Y K H S L
Decimal 155 184 93 0.16 0 0.49 0.28 79.12 0.39 0.54
Hex 9B B8 5D 10 0 31 1C 4F 27 36
Octal 233 270 135 20 0 61 34 117 47 66
Binary 10011011 10111000 1011101 10000 0 110001 11100 1001111 100111 110110

Color Harmonies of #9BB85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB85D

Black with #9BB85D

Text Example


Text Example

White with #9BB85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,184,93); }

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

background-color css

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

 a { background-color: rgb(155,184,93); }

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

border-color css

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

 span { border-color: rgb(155,184,93); }

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