Html Css Color HEX #9BAF65 Green Smoke

📋 copy color: '#9BAF65'

red 155 ◦ green 175 ◦ blue 101

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

Shades of Green Smoke #9BAF65

Tints of Green Smoke #9BAF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.43%

R = 35.96%
G = 40.6%
B = 23.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#9BAF65 (or 0x9BAF65) is known color: Green Smoke. HEX triplet: 9B, AF and 65. RGB value is (155,175,101). Sum of RGB (Red+Green+Blue) = 155+175+101=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF65 is #64509A. Grayscale: #A0A0A0. Windows color (decimal): -6574235 or 6664091. OLE color: 6664091.

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

Color convert

RGB 155 175 101 -
CMYK 0.11 0 0.42 0.31
HSL 76.22º 0.32% 0.54% -
HSV(B) 76.22º 0.42% 0.69% -
XYZ 31.2 38.57 18.11 -
YUV 160.58 94.37 124.02 -
System Red Green Blue C M Y K H S L
Decimal 155 175 101 0.11 0 0.42 0.31 76.22 0.32 0.54
Hex 9B AF 65 B 0 2A 1F 4C 20 36
Octal 233 257 145 13 0 52 37 114 40 66
Binary 10011011 10101111 1100101 1011 0 101010 11111 1001100 100000 110110

Color Harmonies of #9BAF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF65

Black with #9BAF65

Text Example


Text Example

White with #9BAF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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