Html Css Color HEX #9BA564 Green Smoke

📋 copy color: '#9BA564'

red 155 ◦ green 165 ◦ blue 100

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

Shades of Green Smoke #9BA564

Tints of Green Smoke #9BA564

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.29%

 BLUE value IS 100 (39.45% from 255) = 23.81%

R = 36.9%
G = 39.29%
B = 23.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#9BA564 (or 0x9BA564) is known color: Green Smoke. HEX triplet: 9B, A5 and 64. RGB value is (155,165,100). Sum of RGB (Red+Green+Blue) = 155+165+100=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA564 is #645A9B. Grayscale: #9A9A9A. Windows color (decimal): -6576796 or 6595995. OLE color: 6595995.

HSL color Cylindrical-coordinate representation of color #9BA564: hue angle of 69.23º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BA564 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 165 100 -
CMYK 0.06 0 0.39 0.35
HSL 69.23º 0.27% 0.52% -
HSV(B) 69.23º 0.39% 0.65% -
XYZ 29.27 34.8 17.23 -
YUV 154.6 97.19 128.29 -
System Red Green Blue C M Y K H S L
Decimal 155 165 100 0.06 0 0.39 0.35 69.23 0.27 0.52
Hex 9B A5 64 6 0 27 23 45 1B 34
Octal 233 245 144 6 0 47 43 105 33 64
Binary 10011011 10100101 1100100 110 0 100111 100011 1000101 11011 110100

Color Harmonies of #9BA564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA564

Black with #9BA564

Text Example


Text Example

White with #9BA564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,165,100); }

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

background-color css

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

 a { background-color: rgb(155,165,100); }

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

border-color css

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

 span { border-color: rgb(155,165,100); }

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