Html Css Color HEX #9BA14B Green Smoke

📋 copy color: '#9BA14B'

red 155 ◦ green 161 ◦ blue 75

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

Shades of Green Smoke #9BA14B

Tints of Green Smoke #9BA14B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.18%

 BLUE value IS 75 (29.69% from 255) = 19.18%

R = 39.64%
G = 41.18%
B = 19.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#9BA14B (or 0x9BA14B) is known color: Green Smoke. HEX triplet: 9B, A1 and 4B. RGB value is (155,161,75). Sum of RGB (Red+Green+Blue) = 155+161+75=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA14B is #645EB4. Grayscale: #959595. Windows color (decimal): -6577845 or 4956571. OLE color: 4956571.

HSL color Cylindrical-coordinate representation of color #9BA14B: hue angle of 64.19º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BA14B is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 161 75 -
CMYK 0.04 0 0.53 0.37
HSL 64.19º 0.36% 0.46% -
HSV(B) 64.19º 0.53% 0.63% -
XYZ 27.53 32.97 11.57 -
YUV 149.4 86.01 131.99 -
System Red Green Blue C M Y K H S L
Decimal 155 161 75 0.04 0 0.53 0.37 64.19 0.36 0.46
Hex 9B A1 4B 4 0 35 25 40 24 2E
Octal 233 241 113 4 0 65 45 100 44 56
Binary 10011011 10100001 1001011 100 0 110101 100101 1000000 100100 101110

Color Harmonies of #9BA14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA14B

Black with #9BA14B

Text Example


Text Example

White with #9BA14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,161,75); }

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

background-color css

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

 a { background-color: rgb(155,161,75); }

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

border-color css

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

 span { border-color: rgb(155,161,75); }

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