Html Css Color HEX #9BAF63 Green Smoke

📋 copy color: '#9BAF63'

red 155 ◦ green 175 ◦ blue 99

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

Shades of Green Smoke #9BAF63

Tints of Green Smoke #9BAF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.08%

R = 36.13%
G = 40.79%
B = 23.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#9BAF63 (or 0x9BAF63) is known color: Green Smoke. HEX triplet: 9B, AF and 63. RGB value is (155,175,99). Sum of RGB (Red+Green+Blue) = 155+175+99=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF63 is #64509C. Grayscale: #A0A0A0. Windows color (decimal): -6574237 or 6533019. OLE color: 6533019.

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

Color convert

RGB 155 175 99 -
CMYK 0.11 0 0.43 0.31
HSL 75.79º 0.32% 0.54% -
HSV(B) 75.79º 0.43% 0.69% -
XYZ 31.1 38.53 17.6 -
YUV 160.36 93.37 124.18 -
System Red Green Blue C M Y K H S L
Decimal 155 175 99 0.11 0 0.43 0.31 75.79 0.32 0.54
Hex 9B AF 63 B 0 2B 1F 4C 20 36
Octal 233 257 143 13 0 53 37 114 40 66
Binary 10011011 10101111 1100011 1011 0 101011 11111 1001100 100000 110110

Color Harmonies of #9BAF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF63

Black with #9BAF63

Text Example


Text Example

White with #9BAF63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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