Html Css Color HEX #9BAF56 Green Smoke

📋 copy color: '#9BAF56'

red 155 ◦ green 175 ◦ blue 86

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

Shades of Green Smoke #9BAF56

Tints of Green Smoke #9BAF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.67%

R = 37.26%
G = 42.07%
B = 20.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#9BAF56 (or 0x9BAF56) is known color: Green Smoke. HEX triplet: 9B, AF and 56. RGB value is (155,175,86). Sum of RGB (Red+Green+Blue) = 155+175+86=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF56 is #6450A9. Grayscale: #9F9F9F. Windows color (decimal): -6574250 or 5681051. OLE color: 5681051.

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

Color convert

RGB 155 175 86 -
CMYK 0.11 0 0.51 0.31
HSL 73.48º 0.36% 0.51% -
HSV(B) 73.48º 0.51% 0.69% -
XYZ 30.53 38.3 14.59 -
YUV 158.87 86.87 125.24 -
System Red Green Blue C M Y K H S L
Decimal 155 175 86 0.11 0 0.51 0.31 73.48 0.36 0.51
Hex 9B AF 56 B 0 33 1F 49 24 33
Octal 233 257 126 13 0 63 37 111 44 63
Binary 10011011 10101111 1010110 1011 0 110011 11111 1001001 100100 110011

Color Harmonies of #9BAF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF56

Black with #9BAF56

Text Example


Text Example

White with #9BAF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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