Html Css Color HEX #9BA64A Green Smoke

📋 copy color: '#9BA64A'

red 155 ◦ green 166 ◦ blue 74

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

Shades of Green Smoke #9BA64A

Tints of Green Smoke #9BA64A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.03%

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 39.24%
G = 42.03%
B = 18.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#9BA64A (or 0x9BA64A) is known color: Green Smoke. HEX triplet: 9B, A6 and 4A. RGB value is (155,166,74). Sum of RGB (Red+Green+Blue) = 155+166+74=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA64A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA64A is #6459B5. Grayscale: #989898. Windows color (decimal): -6576566 or 4892315. OLE color: 4892315.

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

Color convert

RGB 155 166 74 -
CMYK 0.07 0 0.55 0.35
HSL 67.17º 0.38% 0.47% -
HSV(B) 67.17º 0.55% 0.65% -
XYZ 28.39 34.74 11.69 -
YUV 152.22 83.86 129.98 -
System Red Green Blue C M Y K H S L
Decimal 155 166 74 0.07 0 0.55 0.35 67.17 0.38 0.47
Hex 9B A6 4A 7 0 37 23 43 26 2F
Octal 233 246 112 7 0 67 43 103 46 57
Binary 10011011 10100110 1001010 111 0 110111 100011 1000011 100110 101111

Color Harmonies of #9BA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA64A

Black with #9BA64A

Text Example


Text Example

White with #9BA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,166,74); }

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

background-color css

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

 a { background-color: rgb(155,166,74); }

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

border-color css

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

 span { border-color: rgb(155,166,74); }

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