Html Css Color HEX #9BA75E Green Smoke

📋 copy color: '#9BA75E'

red 155 ◦ green 167 ◦ blue 94

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

Shades of Green Smoke #9BA75E

Tints of Green Smoke #9BA75E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.14%

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

R = 37.26%
G = 40.14%
B = 22.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#9BA75E (or 0x9BA75E) is known color: Green Smoke. HEX triplet: 9B, A7 and 5E. RGB value is (155,167,94). Sum of RGB (Red+Green+Blue) = 155+167+94=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA75E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA75E is #6458A1. Grayscale: #9B9B9B. Windows color (decimal): -6576290 or 6203291. OLE color: 6203291.

HSL color Cylindrical-coordinate representation of color #9BA75E: hue angle of 69.86º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BA75E is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 167 94 -
CMYK 0.07 0 0.44 0.35
HSL 69.86º 0.29% 0.51% -
HSV(B) 69.86º 0.44% 0.65% -
XYZ 29.36 35.41 15.88 -
YUV 155.09 93.52 127.94 -
System Red Green Blue C M Y K H S L
Decimal 155 167 94 0.07 0 0.44 0.35 69.86 0.29 0.51
Hex 9B A7 5E 7 0 2C 23 46 1D 33
Octal 233 247 136 7 0 54 43 106 35 63
Binary 10011011 10100111 1011110 111 0 101100 100011 1000110 11101 110011

Color Harmonies of #9BA75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA75E

Black with #9BA75E

Text Example


Text Example

White with #9BA75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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