Html Css Color HEX #9BB05A Green Smoke

📋 copy color: '#9BB05A'

red 155 ◦ green 176 ◦ blue 90

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

Shades of Green Smoke #9BB05A

Tints of Green Smoke #9BB05A

RGB

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

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

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

R = 36.82%
G = 41.81%
B = 21.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#9BB05A (or 0x9BB05A) is known color: Green Smoke. HEX triplet: 9B, B0 and 5A. RGB value is (155,176,90). Sum of RGB (Red+Green+Blue) = 155+176+90=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB05A is #644FA5. Grayscale: #A0A0A0. Windows color (decimal): -6573990 or 5943451. OLE color: 5943451.

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

Color convert

RGB 155 176 90 -
CMYK 0.12 0 0.49 0.31
HSL 74.65º 0.35% 0.52% -
HSV(B) 74.65º 0.49% 0.69% -
XYZ 30.89 38.76 15.53 -
YUV 159.92 88.54 124.49 -
System Red Green Blue C M Y K H S L
Decimal 155 176 90 0.12 0 0.49 0.31 74.65 0.35 0.52
Hex 9B B0 5A C 0 31 1F 4B 23 34
Octal 233 260 132 14 0 61 37 113 43 64
Binary 10011011 10110000 1011010 1100 0 110001 11111 1001011 100011 110100

Color Harmonies of #9BB05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB05A

Black with #9BB05A

Text Example


Text Example

White with #9BB05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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