Html Css Color HEX #9BA554 Green Smoke

📋 copy color: '#9BA554'

red 155 ◦ green 165 ◦ blue 84

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

Shades of Green Smoke #9BA554

Tints of Green Smoke #9BA554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.79%

R = 38.37%
G = 40.84%
B = 20.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#9BA554 (or 0x9BA554) is known color: Green Smoke. HEX triplet: 9B, A5 and 54. RGB value is (155,165,84). Sum of RGB (Red+Green+Blue) = 155+165+84=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA554 is #645AAB. Grayscale: #999999. Windows color (decimal): -6576812 or 5547419. OLE color: 5547419.

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

Color convert

RGB 155 165 84 -
CMYK 0.06 0 0.49 0.35
HSL 67.41º 0.33% 0.49% -
HSV(B) 67.41º 0.49% 0.65% -
XYZ 28.57 34.52 13.54 -
YUV 152.78 89.19 129.59 -
System Red Green Blue C M Y K H S L
Decimal 155 165 84 0.06 0 0.49 0.35 67.41 0.33 0.49
Hex 9B A5 54 6 0 31 23 43 21 31
Octal 233 245 124 6 0 61 43 103 41 61
Binary 10011011 10100101 1010100 110 0 110001 100011 1000011 100001 110001

Color Harmonies of #9BA554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA554

Black with #9BA554

Text Example


Text Example

White with #9BA554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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