Html Css Color HEX #9BB05E Green Smoke

📋 copy color: '#9BB05E'

red 155 ◦ green 176 ◦ blue 94

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

Shades of Green Smoke #9BB05E

Tints of Green Smoke #9BB05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.12%

R = 36.47%
G = 41.41%
B = 22.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#9BB05E (or 0x9BB05E) is known color: Green Smoke. HEX triplet: 9B, B0 and 5E. RGB value is (155,176,94). Sum of RGB (Red+Green+Blue) = 155+176+94=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB05E is #644FA1. Grayscale: #A0A0A0. Windows color (decimal): -6573986 or 6205595. OLE color: 6205595.

HSL color Cylindrical-coordinate representation of color #9BB05E: hue angle of 75.37º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BB05E is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 176 94 -
CMYK 0.12 0 0.47 0.31
HSL 75.37º 0.34% 0.53% -
HSV(B) 75.37º 0.47% 0.69% -
XYZ 31.06 38.83 16.45 -
YUV 160.37 90.54 124.17 -
System Red Green Blue C M Y K H S L
Decimal 155 176 94 0.12 0 0.47 0.31 75.37 0.34 0.53
Hex 9B B0 5E C 0 2F 1F 4B 22 35
Octal 233 260 136 14 0 57 37 113 42 65
Binary 10011011 10110000 1011110 1100 0 101111 11111 1001011 100010 110101

Color Harmonies of #9BB05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB05E

Black with #9BB05E

Text Example


Text Example

White with #9BB05E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,176,94); }

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

background-color css

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

 a { background-color: rgb(155,176,94); }

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

border-color css

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

 span { border-color: rgb(155,176,94); }

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