Html Css Color HEX #9BA85B Green Smoke

📋 copy color: '#9BA85B'

red 155 ◦ green 168 ◦ blue 91

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

Shades of Green Smoke #9BA85B

Tints of Green Smoke #9BA85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.58%

 BLUE value IS 91 (35.94% from 255) = 21.98%

R = 37.44%
G = 40.58%
B = 21.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#9BA85B (or 0x9BA85B) is known color: Green Smoke. HEX triplet: 9B, A8 and 5B. RGB value is (155,168,91). Sum of RGB (Red+Green+Blue) = 155+168+91=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA85B is #6457A4. Grayscale: #9B9B9B. Windows color (decimal): -6576037 or 6006939. OLE color: 6006939.

HSL color Cylindrical-coordinate representation of color #9BA85B: hue angle of 70.13º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BA85B is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 168 91 -
CMYK 0.08 0 0.46 0.34
HSL 70.13º 0.31% 0.51% -
HSV(B) 70.13º 0.46% 0.66% -
XYZ 29.41 35.73 15.24 -
YUV 155.34 91.69 127.76 -
System Red Green Blue C M Y K H S L
Decimal 155 168 91 0.08 0 0.46 0.34 70.13 0.31 0.51
Hex 9B A8 5B 8 0 2E 22 46 1F 33
Octal 233 250 133 10 0 56 42 106 37 63
Binary 10011011 10101000 1011011 1000 0 101110 100010 1000110 11111 110011

Color Harmonies of #9BA85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA85B

Black with #9BA85B

Text Example


Text Example

White with #9BA85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,168,91); }

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

background-color css

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

 a { background-color: rgb(155,168,91); }

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

border-color css

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

 span { border-color: rgb(155,168,91); }

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