Html Css Color HEX #9BAE5E Green Smoke

📋 copy color: '#9BAE5E'

red 155 ◦ green 174 ◦ blue 94

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

Shades of Green Smoke #9BAE5E

Tints of Green Smoke #9BAE5E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.13%

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

R = 36.64%
G = 41.13%
B = 22.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#9BAE5E (or 0x9BAE5E) is known color: Green Smoke. HEX triplet: 9B, AE and 5E. RGB value is (155,174,94). Sum of RGB (Red+Green+Blue) = 155+174+94=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAE5E is #6451A1. Grayscale: #9F9F9F. Windows color (decimal): -6574498 or 6205083. OLE color: 6205083.

HSL color Cylindrical-coordinate representation of color #9BAE5E: hue angle of 74.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BAE5E is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 174 94 -
CMYK 0.11 0 0.46 0.32
HSL 74.25º 0.33% 0.53% -
HSV(B) 74.25º 0.46% 0.68% -
XYZ 30.67 38.05 16.32 -
YUV 159.2 91.21 125 -
System Red Green Blue C M Y K H S L
Decimal 155 174 94 0.11 0 0.46 0.32 74.25 0.33 0.53
Hex 9B AE 5E B 0 2E 20 4A 21 35
Octal 233 256 136 13 0 56 40 112 41 65
Binary 10011011 10101110 1011110 1011 0 101110 100000 1001010 100001 110101

Color Harmonies of #9BAE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE5E

Black with #9BAE5E

Text Example


Text Example

White with #9BAE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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