Html Css Color HEX #9BAF54 Green Smoke

📋 copy color: '#9BAF54'

red 155 ◦ green 175 ◦ blue 84

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

Shades of Green Smoke #9BAF54

Tints of Green Smoke #9BAF54

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.27%

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

R = 37.44%
G = 42.27%
B = 20.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#9BAF54 (or 0x9BAF54) is known color: Green Smoke. HEX triplet: 9B, AF and 54. RGB value is (155,175,84). Sum of RGB (Red+Green+Blue) = 155+175+84=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF54 is #6450AB. Grayscale: #9E9E9E. Windows color (decimal): -6574252 or 5549979. OLE color: 5549979.

HSL color Cylindrical-coordinate representation of color #9BAF54: hue angle of 73.19º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BAF54 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 175 84 -
CMYK 0.11 0 0.52 0.31
HSL 73.19º 0.36% 0.51% -
HSV(B) 73.19º 0.52% 0.69% -
XYZ 30.45 38.27 14.17 -
YUV 158.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 155 175 84 0.11 0 0.52 0.31 73.19 0.36 0.51
Hex 9B AF 54 B 0 34 1F 49 24 33
Octal 233 257 124 13 0 64 37 111 44 63
Binary 10011011 10101111 1010100 1011 0 110100 11111 1001001 100100 110011

Color Harmonies of #9BAF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF54

Black with #9BAF54

Text Example


Text Example

White with #9BAF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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